Skip to content

Commit f68dbd7

Browse files
authored
Fix GA main branch references
1 parent 9952de6 commit f68dbd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Continuous integration, including test and integration test
22
name: CI
33

4-
# Run in master and dev branches and in all pull requests to those branches
4+
# Run in main and dev branches and in all pull requests to those branches
55
on:
66
push:
7-
branches: [ master, dev ]
7+
branches: [ main, dev ]
88
pull_request:
9-
branches: [ master, dev ]
9+
branches: [ main, dev ]
1010

1111
env:
1212
DOCKER_IMAGE: radarbase/radar-output-restructure

0 commit comments

Comments
 (0)