Skip to content

Commit c642cf9

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v1
2121
with:
2222
repository: powsybl/powsybl-network-store
23-
ref: refs/heads/master
23+
ref: refs/heads/main
2424

2525
- name: Build and install network store client with Maven
2626
run: mvn --batch-mode -Pclient -DskipTests=true --file ../powsybl-network-store/pom.xml install
@@ -42,7 +42,7 @@ jobs:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4343

4444
- name: Build Docker image
45-
if: github.ref == 'refs/heads/master'
45+
if: github.ref == 'refs/heads/main'
4646
run: >
4747
mvn --batch-mode deploy -DskipTests -Dmaven.install.skip -Dmaven.deploy.skip -Dpowsybl.docker.deploy
4848
-Djib.httpTimeout=60000
@@ -51,8 +51,8 @@ jobs:
5151
-Djib.to.auth.password=${{ secrets.DOCKERHUB_TOKEN }}
5252
5353
- name: Broadcast update event
54-
if: github.ref == 'refs/heads/master'
55-
uses: gridsuite/broadcast-event@master
54+
if: github.ref == 'refs/heads/main'
55+
uses: gridsuite/broadcast-event@main
5656
with:
5757
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5858
event-type: geo_data_updated

0 commit comments

Comments
 (0)