Skip to content

Commit

Permalink
9.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
falric committed Dec 15, 2023
1 parent ef18c05 commit af412bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
push:
branches:
- main
- fix/back-to-top-breaks-in-dev
- deprecation
pull_request:
branches:
- main
- fix/back-to-top-breaks-in-dev
- deprecation
paths-ignore:
- '*.md'
Expand All @@ -29,7 +27,5 @@ jobs:
NPM_UPDATES_AVAILABLE: True
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js'
CXXFLAGS: '--std=c++14'
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/fix/back-to-top-breaks-in-dev'
BRANCHES_TAG_AS_MAIN: 'True'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "JSHint configuration - http://jshint.com/docs/options/",
"name": "kth-style",
"version": "9.0.12-alpha.0",
"version": "9.0.12",
"description": "KTH CSS. A custom build of Bootstrap 5. The purpose of this project is to provide the essential design and style for applications within KTH and make the development process of these applications faster.",
"automaticPublish": "true",
"private": false,
Expand Down

0 comments on commit af412bb

Please sign in to comment.