diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-05-02 21:03:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 21:03:39 -0500 |
commit | 0d9f994dc53702f41e9e678eb852b5de02cb5fa4 (patch) | |
tree | 0b466f4490cdbab6b004bf6c0c6a61ede53d9974 /.github/workflows | |
parent | 0a1fc6998a7f0c0cdb7c48ce5ad024ac30490de2 (diff) | |
download | skyblock-api-0d9f994dc53702f41e9e678eb852b5de02cb5fa4.tar.gz skyblock-api-0d9f994dc53702f41e9e678eb852b5de02cb5fa4.tar.bz2 skyblock-api-0d9f994dc53702f41e9e678eb852b5de02cb5fa4.zip |
Update compile.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/compile.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4f85909..ef4c4c4 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,6 +2,9 @@ on: push: branches: - main + pull_request: + branches: + - main jobs: build-push: runs-on: ubuntu-latest |