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