Skip to content

Commit e058bda

Browse files
committed
testing on working branch
1 parent b4f4033 commit e058bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-everything.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ update-workflow ]
66
pull_request:
77
branches: [ main ]
88

@@ -46,7 +46,7 @@ jobs:
4646
openid-risc-profile-specification-1_0.html
4747
openid-risc-profile-specification-1_0.txt
4848
publish-to-pages:
49-
if: github.ref == 'refs/heads/main'
49+
if: github.ref == 'refs/heads/update-workflow'
5050
needs: [build-rfc]
5151
runs-on: ubuntu-latest
5252
permissions:

0 commit comments

Comments
 (0)