Skip to content

Commit 48fc972

Browse files
authored
switch git branch master to main (#17)
Signed-off-by: HARPER Jon <[email protected]>
1 parent 2aa60a0 commit 48fc972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v1
1919
with:
2020
repository: powsybl/powsybl-network-store
21-
ref: refs/heads/master
21+
ref: refs/heads/main
2222

2323
- name: Build and install network store client with Maven
2424
run: mvn --batch-mode -Pclient -DskipTests=true --file ../powsybl-network-store/pom.xml install
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Broadcast update event
5252
if: github.ref == 'refs/heads/main'
53-
uses: gridsuite/broadcast-event@master
53+
uses: gridsuite/broadcast-event@main
5454
with:
5555
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5656
event-type: dynamic_mapping_server_updated

0 commit comments

Comments
 (0)