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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: # we keep this to avoid triggering `push` & `pull_request` every time we update a PR
|
||||||
- main
|
- main
|
||||||
- staging
|
- staging
|
||||||
- develop
|
- develop
|
||||||
- alpha
|
- alpha
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- staging
|
|
||||||
- develop
|
|
||||||
- alpha
|
|
||||||
name: CI
|
name: CI
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue