summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-01-14 12:12:46 +0700
committerDaniil Baturin <daniil@baturin.org>2021-01-14 12:12:46 +0700
commit1b592d7f28fde35c58a1cd3b31eb411e562adaa4 (patch)
tree5736e0bb1c9640632180977ce855679892b9d394
parent8da20e712814c6f1092f428816299fb4f4cc34d1 (diff)
downloadcommunity.vyos.net-1b592d7f28fde35c58a1cd3b31eb411e562adaa4.tar.gz
community.vyos.net-1b592d7f28fde35c58a1cd3b31eb411e562adaa4.zip
Fix the branch name in the GH Actions workflow file.
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 52b5edd..8cd317d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
# events but only for the master branch
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: