diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae85b36..76324d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' @@ -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 }} diff --git a/package.json b/package.json index 8b36493..d9711e5 100644 --- a/package.json +++ b/package.json @@ -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,