Skip to content

Commit 4919226

Browse files
build: update github CI trigger conditions (#313)
1 parent 1263e63 commit 4919226

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/l2geth_ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
on:
22
push:
3-
branches:
3+
branches: # we keep this to avoid triggering `push` & `pull_request` every time we update a PR
44
- main
55
- staging
66
- develop
77
- alpha
88
pull_request:
9-
branches:
10-
- main
11-
- staging
12-
- develop
13-
- alpha
149
name: CI
1510
jobs:
1611
build:

0 commit comments

Comments
 (0)