Skip to content

Commit 444580f

Browse files
committed
Don't run release workflow for PR
1 parent ed7229d commit 444580f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: RC
18+
name: Release
1919
on:
2020
push:
2121
tags:
2222
- '*'
2323
- '!*-rc*'
24-
pull_request:
2524
concurrency:
2625
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
2726
cancel-in-progress: true

0 commit comments

Comments
 (0)