We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4397051 + 71870af commit 6f573b4Copy full SHA for 6f573b4
1 file changed
.github/workflows/release.yml
@@ -1,19 +1,16 @@
1
name: Release
2
3
on:
4
- pull_request:
+ push:
5
branches:
6
- main
7
- types:
8
- - closed
9
10
permissions:
11
contents: read # for checkout
12
13
jobs:
14
release:
15
16
- if: github.event.pull_request.merged == true
17
runs-on: ubuntu-latest
18
19
contents: write # to be able to publish a GitHub release
0 commit comments