diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-21 08:47:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 08:47:11 -0500 |
commit | 78e0fd425d323bd60f4debc166bccfc0c4fac45d (patch) | |
tree | 2fe23bfcaaa2ee6321a3f3f2889d7531f0def8b8 /.github | |
parent | Update beta.yml (diff) | |
download | kenshinshideandseek-78e0fd425d323bd60f4debc166bccfc0c4fac45d.tar.gz kenshinshideandseek-78e0fd425d323bd60f4debc166bccfc0c4fac45d.tar.bz2 kenshinshideandseek-78e0fd425d323bd60f4debc166bccfc0c4fac45d.zip |
Update release.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15e0f36..3146ab3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,6 @@ name: Release on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: build: |