mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
build: update github CI trigger conditions (#313)
This commit is contained in:
parent
1263e6349d
commit
49192260a1
1 changed files with 1 additions and 6 deletions
7
.github/workflows/l2geth_ci.yml
vendored
7
.github/workflows/l2geth_ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue