Skip to content

Commit

Permalink
Fix workflow triggers (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Jan 9, 2024
1 parent 6ffcf81 commit d9ec88d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bloom Backend CI Pipeline

on:
pull_request:
branches: [develop, main]
branches: [develop]
push:
branches: [develop]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
branches: [develop]
schedule:
- cron: '25 5 * * 5'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Create release PR

on:
push:
branches:
- develop
branches: [develop]

jobs:
create-pr-to-main:
Expand Down

0 comments on commit d9ec88d

Please sign in to comment.