Skip to content

Commit 6f573b4

Browse files
authored
Merge pull request #2 from webdeveric/chore/ci
fix(ci): updated `on`
2 parents 4397051 + 71870af commit 6f573b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: Release
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
types:
8-
- closed
97

108
permissions:
119
contents: read # for checkout
1210

1311
jobs:
1412
release:
1513
name: Release
16-
if: github.event.pull_request.merged == true
1714
runs-on: ubuntu-latest
1815
permissions:
1916
contents: write # to be able to publish a GitHub release

0 commit comments

Comments
 (0)