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 40d3133 commit 9f92f36Copy full SHA for 9f92f36
.github/workflows/build-everything.yml
@@ -2,7 +2,7 @@ name: publish
2
3
on:
4
push:
5
- branches: [ update-workflow ]
+ branches: [ main ]
6
pull_request:
7
branches: [ main ]
8
@@ -44,7 +44,7 @@ jobs:
44
openid-risc-profile-specification-1_0.html
45
openid-risc-profile-specification-1_0.txt
46
publish-to-pages:
47
- if: github.ref == 'refs/heads/update-workflow'
+ if: github.ref == 'refs/heads/main'
48
needs: [build-sharedsignals]
49
runs-on: ubuntu-latest
50
permissions:
0 commit comments