diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b73beefa..ba1adb13 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,9 +2,9 @@ name: CodeQL Analysis on: push: - branches: [ $default-branch ] + branches: [ develop ] pull_request: - branches: [ $default-branch ] + branches: [ develop ] schedule: - cron: '37 16 * * 0' diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3fbea08b..47c6c9b4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -2,9 +2,9 @@ name: Run Unit Tests on: push: - branches: [ $default-branch ] + branches: [ develop ] pull_request: - branches: [ $default-branch ] + branches: [ develop ] jobs: build: diff --git a/gatsby-config.js b/gatsby-config.js index ba50bd1c..8f27934f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,7 +6,7 @@ module.exports = { title: 'Reactive Resume', siteUrl: 'https://rxresu.me', description: 'A free and open source resume builder.', - version: '2.5.3', + version: '2.5.4', }, plugins: [ 'gatsby-plugin-react-helmet',