diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-09-23 18:07:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-23 18:07:22 +0200 |
| commit | 82983e0c38383ec2602b4f41327342d1c8d0a8fd (patch) | |
| tree | 2c6af046c350e594143ddd5950f1fd373bfe6dda /.github/workflows | |
| parent | a732a654c058842e39917210e47ca7476fa7ef68 (diff) | |
| parent | c3bde03911eb41bb768d1f01c0857d69300e36b8 (diff) | |
Merge pull request #175 from caleb-mabry/more-function-removal-viewport
More function removal from viewport
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0d5ea4..eaf50c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Deploy CI -on: [push] +on: [push, pull_request] jobs: build: |
