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.
1 parent f20caa6 commit 6dd0ad3Copy full SHA for 6dd0ad3
templates/.github/workflows/ci.yml.in
@@ -5,6 +5,8 @@ on:
5
branches: [ main, develop ]
6
pull_request:
7
branches: [ main ]
8
+ release:
9
+ types: [published]
10
11
jobs:
12
test:
@@ -66,7 +68,7 @@ jobs:
66
68
67
69
docs:
70
runs-on: ubuntu-latest
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
71
+ if: github.event_name == 'release' && github.event.action == 'published'
72
permissions:
73
id-token: write
74
pages: write
0 commit comments