Skip to content

Commit

Permalink
build: update github CI trigger conditions (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored May 4, 2023
1 parent 1263e63 commit 4919226
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/l2geth_ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
on:
push:
branches:
branches: # we keep this to avoid triggering `push` & `pull_request` every time we update a PR
- main
- staging
- develop
- alpha
pull_request:
branches:
- main
- staging
- develop
- alpha
name: CI
jobs:
build:
Expand Down

0 comments on commit 4919226

Please sign in to comment.