diff options
author | Giles Cope <[email protected]> | 2020-01-09 22:13:50 +0000 |
---|---|---|
committer | Giles Cope <[email protected]> | 2020-01-09 22:13:50 +0000 |
commit | 2187732fb5a4c9ae79a93b01cf82ec87f3750f9f (patch) | |
tree | 15d19d7737533e4105ea90e1c6e19fedfa53f570 /.github/workflows | |
parent | 42942fc66215b1bc63817e679b2fd7e18579b78f (diff) |
We only want this triggering for master.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eff68a95c..6cb27482d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -4,8 +4,6 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: | 5 | branches: |
6 | - master | 6 | - master |
7 | - staging | ||
8 | - trying | ||
9 | 7 | ||
10 | jobs: | 8 | jobs: |
11 | rust: | 9 | rust: |