Skip to content

Commit

Permalink
Adding release check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Oct 8, 2023
1 parent 13ab8e6 commit 0365381
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:

on:
pull_request:
branches: ['main', 'develop']
branches: ['main', 'develop', 'release/*']
paths-ignore: ['docs/**']

push:
branches: ['develop']
branches: ['develop', 'release/*']
paths-ignore: ['docs/**']

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codecov-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:

on:
push:
branches: [ "main", "develop"]
branches: [ "main", "develop", "release/*"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop"]
branches: [ "main", "develop", "release/*"]

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main", "develop"]
branches: [ "main", "develop", "release/*"]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop"]
branches: [ "main", "develop", "release/*"]
schedule:
- cron: '15 8 * * 2'

Expand Down

0 comments on commit 0365381

Please sign in to comment.