We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952de6 commit f68dbd7Copy full SHA for f68dbd7
.github/workflows/main.yml
@@ -1,12 +1,12 @@
1
# Continuous integration, including test and integration test
2
name: CI
3
4
-# Run in master and dev branches and in all pull requests to those branches
+# Run in main and dev branches and in all pull requests to those branches
5
on:
6
push:
7
- branches: [ master, dev ]
+ branches: [ main, dev ]
8
pull_request:
9
10
11
env:
12
DOCKER_IMAGE: radarbase/radar-output-restructure
0 commit comments