mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-21 11:50:04 +00:00
Change the CI workflow to work on main branch. (#1484)
This commit is contained in:
parent
9649d9980b
commit
442c46318e
2
.github/workflows/ci-ubuntu.yml
vendored
2
.github/workflows/ci-ubuntu.yml
vendored
@ -3,7 +3,7 @@ name: CI Ubuntu
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/ci-windows.yml
vendored
2
.github/workflows/ci-windows.yml
vendored
@ -3,7 +3,7 @@ name: CI Windows
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/set-version-tag.yml
vendored
2
.github/workflows/set-version-tag.yml
vendored
@ -2,7 +2,7 @@ name: Set Version Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
set-version-tag:
|
||||
|
Loading…
Reference in New Issue
Block a user