Adjust GitHub Actions to use "main" branch instead of "master"

Now that the branch has been renamed, we (still) want GitHub Actions
to run on the mainline tree.
This commit is contained in:
Neal Gompa 2021-05-16 09:36:27 -04:00 committed by Neal Gompa (ニール・ゴンパ)
parent 2fab6e6893
commit 77cfc667c9
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Build and Test
on:
push:
branches: [ master, opensuse ]
branches: [ main, opensuse ]
pull_request:
branches: [ master, opensuse ]
branches: [ main, opensuse ]
jobs:
build_and_test: