Skip to content

Commit 9f92f36

Browse files
committed
tested successfully on update-workflow branch. Now reverting to main
1 parent 40d3133 commit 9f92f36

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: [ update-workflow ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

@@ -44,7 +44,7 @@ jobs:
4444
openid-risc-profile-specification-1_0.html
4545
openid-risc-profile-specification-1_0.txt
4646
publish-to-pages:
47-
if: github.ref == 'refs/heads/update-workflow'
47+
if: github.ref == 'refs/heads/main'
4848
needs: [build-sharedsignals]
4949
runs-on: ubuntu-latest
5050
permissions:

0 commit comments

Comments
 (0)