diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:24:24 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 18:24:24 -0500 |
commit | c00668cfa3c1d724d1f842d78adc91fdfa6e5b1d (patch) | |
tree | 46ca0a03324fd19469ec082e021fd2d8a3bd207d /.github/workflows | |
parent | Merge pull request #12 from tylermurphy534/1.3.1 (diff) | |
download | kenshinshideandseek-c00668cfa3c1d724d1f842d78adc91fdfa6e5b1d.tar.gz kenshinshideandseek-c00668cfa3c1d724d1f842d78adc91fdfa6e5b1d.tar.bz2 kenshinshideandseek-c00668cfa3c1d724d1f842d78adc91fdfa6e5b1d.zip |
rename workflow branch
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/beta.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 4220d3c..edb6628 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -2,7 +2,7 @@ name: Beta on: release: - types: [ 1.3.1 ] + types: [ beta ] jobs: build: |