Change the CI workflow to work on main branch. (#1484)

This commit is contained in:
Andreas Süßenbach 2023-01-20 18:51:43 +01:00 committed by GitHub
parent 9649d9980b
commit 442c46318e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: CI Ubuntu
on: on:
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View File

@ -3,7 +3,7 @@ name: CI Windows
on: on:
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View File

@ -2,7 +2,7 @@ name: Set Version Tag
on: on:
push: push:
branches: ["master"] branches: ["main"]
jobs: jobs:
set-version-tag: set-version-tag: