Skip to content

Commit 5c217b1

Browse files
committed
Remove main branch push action
1 parent cb3c5e4 commit 5c217b1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/gh-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Draft GitHub release
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- main
86
tags:
97
- v*.*.*
108
jobs:

.github/workflows/store-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
workflow_dispatch:
66
# Only run if a semver tag was pushed.
77
push:
8-
branches:
9-
- main
108
tags:
119
- v*.*.*
1210
# Setup environment variables for use in all jobs.

0 commit comments

Comments
 (0)