From 22a171c25c51bbada0db548b44c4052df5df9610 Mon Sep 17 00:00:00 2001 From: AmruthPillai Date: Sat, 23 Jan 2021 19:44:20 +0530 Subject: [PATCH] [2.5.4] Add Tests, Add GitHub Action, Update Dependencies --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/run-tests.yml | 4 ++-- gatsby-config.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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',