Skip to content

Commit f9576d4

Browse files
authored
check if if works on the workflow (#14)
1 parent 64e1432 commit f9576d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: Release
22

33
on:
4-
# pull_request:
5-
# branches:
6-
# - '*'
7-
84
release:
95
types: [published]
106
paths-ignore:
117
- '**.md'
128

139
jobs:
1410
release:
11+
if: github.event.release.target_commitish == 'main'
1512
runs-on: ubuntu-latest
1613
steps:
1714
- name: "Checkout code"

0 commit comments

Comments
 (0)