diff options
| author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-21 11:31:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 11:31:00 -0500 |
| commit | a5a7af37fb45a75fece1093d3efc26131366ce3f (patch) | |
| tree | 16ec865e9e1530b9b846f70dbc8a122ef3a1e533 /.github/workflows | |
| parent | make beta branch use every branch besides master (diff) | |
| parent | finalize docs (diff) | |
| download | kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.gz kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.tar.bz2 kenshinshideandseek-a5a7af37fb45a75fece1093d3efc26131366ce3f.zip | |
Merge pull request #15 from tylermurphy534/1.3.1
1.3.1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e2565c6..5cf7218 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -3,8 +3,6 @@ name: Beta on: push: branches-ignore: [ master ] - pull_request: - branches-ignore: [ master ] jobs: build: 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: |