diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-04-19 20:12:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 20:12:14 -0500 |
commit | 7d07a0c7fc17c7ac15959f0ce3d82d4fbf70fa9f (patch) | |
tree | 82f60c68dc369d4a02af91eb67b09cd7dd736cb6 /.github | |
parent | e30e548f22c3c23f73498d7827f4ea87640f78b1 (diff) | |
download | skyblock-api-7d07a0c7fc17c7ac15959f0ce3d82d4fbf70fa9f.tar.gz skyblock-api-7d07a0c7fc17c7ac15959f0ce3d82d4fbf70fa9f.tar.bz2 skyblock-api-7d07a0c7fc17c7ac15959f0ce3d82d4fbf70fa9f.zip |
Update compile.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/compile.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 01bb024..4f85909 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,5 +1,7 @@ -on: [push] - +on: + push: + branches: + - main jobs: build-push: runs-on: ubuntu-latest |