Skip to content

Commit c709977

Browse files
authored
switch git branch master to main (#20)
Signed-off-by: HARPER Jon <[email protected]>
1 parent c033e34 commit c709977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
npm run-script test
2121
2222
- name: Build and publish Docker image
23-
if: github.ref == 'refs/heads/master'
23+
if: github.ref == 'refs/heads/main'
2424
uses: elgohr/Publish-Docker-Github-Action@master
2525
with:
2626
name: gridsuite/griddyna-app
2727
username: gridsuiteci
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}
2929

3030
- name: Broadcast update event
31-
if: github.ref == 'refs/heads/master'
32-
uses: gridsuite/broadcast-event@master
31+
if: github.ref == 'refs/heads/main'
32+
uses: gridsuite/broadcast-event@main
3333
with:
3434
token: ${{ secrets.REPO_ACCESS_TOKEN }}
3535
event-type: griddyna_app_updated

0 commit comments

Comments
 (0)