summaryrefslogtreewikicommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-21 11:31:00 -0500
committerGitHub <noreply@github.com>2021-12-21 11:31:00 -0500
commita5a7af37fb45a75fece1093d3efc26131366ce3f (patch)
tree16ec865e9e1530b9b846f70dbc8a122ef3a1e533 /.github/workflows
parentmake beta branch use every branch besides master (diff)
parentfinalize docs (diff)
downloadkenshinshideandseek-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 '')
-rw-r--r--.github/workflows/beta.yml2
-rw-r--r--.github/workflows/release.yml2
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: