diff options
Diffstat (limited to '.github/workflows/actions.yaml')
| -rw-r--r-- | .github/workflows/actions.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 680037ee..d6335be7 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -1,6 +1,10 @@ name: GitHub Actions Build run-name: ${{ github.actor }} triggered a build -on: [push] +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: Build-on-Ubuntu: runs-on: [ubuntu-latest] |
