We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6389e8 commit 665dd51Copy full SHA for 665dd51
.github/workflows/merge.yml
@@ -9,13 +9,15 @@ name: on-merge
9
10
on:
11
push:
12
- branches: [ master, main ]
+ branches:
13
+ - main
14
15
permissions:
16
contents: read
17
18
jobs:
19
build:
20
+ environment: publish
21
runs-on: ubuntu-latest
22
23
steps:
.github/workflows/release.yml
@@ -12,6 +12,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
release-please:
contents: write # for google-github-actions/release-please-action to create release commit
pull-requests: write # for google-github-actions/release-please-action to create release PR
0 commit comments