Skip to content

Commit b569dfc

Browse files
committed
Merge remote-tracking branch 'origin/main' into release-2.1.0
2 parents c5cd397 + 0cf9010 commit b569dfc

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)