Skip to content

Commit

Permalink
Re-add push check on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirio committed Oct 8, 2023
1 parent a8c3da8 commit 2b1437b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ env:
IMAGE_NAME: ${{ github.repository }}

on:
push:
branches: ['develop']

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

release:
types: [published]
types: ['published']

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codecov-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop", "release/*"]
push:
branches: ["develop"]

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "develop", "release/*"]
push:
branches: ["develop"]
schedule:
- cron: '15 8 * * 2'

Expand Down

0 comments on commit 2b1437b

Please sign in to comment.