Skip to content

Commit

Permalink
ci: run on PRs to all base branches (zeta-chain#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Jul 31, 2024
1 parent cd1869c commit aed7caa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
- release/*
merge_group:
pull_request:
branches:
- "*"
types:
- synchronize
- opened
- reopened

concurrency:
group: pr-testing-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- develop
- release/*
pull_request:
branches:
- "*"
merge_group:
schedule:
# run at 6AM UTC Daily
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sast-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- "*"
merge_group:
pull_request:
types:
- opened
- synchronize

concurrency:
group: linters-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit aed7caa

Please sign in to comment.