diff options
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0d5ea4..50bde45 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,12 @@ name: Deploy CI -on: [push] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: build: |
