diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index db38eed9..2f06c154 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,10 +4,10 @@ on: # TODO: rename to main when we remove the binary blobs from the git history push: branches: - - master + - [ "master", "main", "vmihalko-devel"] pull_request: branches: - - master + - [ "master", "main", "vmihalko-devel"] jobs: build: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 54ab4994..ec0b4e9d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -3,11 +3,11 @@ name: macOS CI on: # TODO: rename to main when we remove the binary blobs from the git history push: - branches: - - master + branches: + - [ "master", "main", "vmihalko-devel"] pull_request: branches: - - master + - [ "master", "main", "vmihalko-devel"] jobs: build: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eda9c2d9..e05faf41 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,10 +4,10 @@ on: # TODO: rename to main when we remove the binary blobs from the git history push: branches: - - master + - [ "master", "main", "vmihalko-devel"] pull_request: branches: - - master + - [ "master", "main", "vmihalko-devel"] jobs: build: