github: actions: only build certain branches
This enables build-testing only on master as well as next and release branches.
This commit is contained in:
parent
7b7cde7256
commit
d3f5adcfa4
4
.github/workflows/build-gluon.yml
vendored
4
.github/workflows/build-gluon.yml
vendored
@ -5,6 +5,10 @@
|
||||
name: Build Gluon
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- v20*
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
|
@ -9,6 +9,10 @@ ACTIONS_HEAD = """
|
||||
name: Build Gluon
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- v20*
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user