diff options
| author | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:53:37 -0500 |
|---|---|---|
| committer | Caleb Mabry <caleb.mabry.15@cnu.edu> | 2023-02-01 15:53:37 -0500 |
| commit | 0eabb5da1759439fd01e54dc986900448f483330 (patch) | |
| tree | a3195f742319b2c8e3a6141cd44ba62105e6c3cb /.github | |
| parent | 88e005bee703e04a58378f81b448a2970264e303 (diff) | |
Only deploy on pull requests and pushes to master
Diffstat (limited to '.github')
| -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: |
