Skip to content
Snippets Groups Projects
Commit d3f5adcf authored by David Bauer's avatar David Bauer Committed by Martin Weinelt
Browse files

github: actions: only build certain branches

This enables build-testing only on master as well as next and release
branches.
parent 7b7cde72
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
name: Build Gluon name: Build Gluon
on: on:
push: push:
branches:
- master
- next
- v20*
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
jobs: jobs:
......
...@@ -9,6 +9,10 @@ ACTIONS_HEAD = """ ...@@ -9,6 +9,10 @@ ACTIONS_HEAD = """
name: Build Gluon name: Build Gluon
on: on:
push: push:
branches:
- master
- next
- v20*
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
jobs: jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment