diff --git a/.github/workflows/build-gluon.yml b/.github/workflows/build-gluon.yml index 6347a213..1e9d13ec 100644 --- a/.github/workflows/build-gluon.yml +++ b/.github/workflows/build-gluon.yml @@ -5,6 +5,10 @@ name: Build Gluon on: push: + branches: + - master + - next + - v20* pull_request: types: [opened, synchronize, reopened] jobs: diff --git a/contrib/actions/generate-actions.py b/contrib/actions/generate-actions.py index d4003360..a39a05c7 100755 --- a/contrib/actions/generate-actions.py +++ b/contrib/actions/generate-actions.py @@ -9,6 +9,10 @@ ACTIONS_HEAD = """ name: Build Gluon on: push: + branches: + - master + - next + - v20* pull_request: types: [opened, synchronize, reopened] jobs: