mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
test: run workflows on develop branch
This commit is contained in:
parent
32c6d2efe9
commit
961b706e13
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -2,7 +2,7 @@ name: (Test) Build lsfg-vk
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["test/deploying"]
|
||||
branches: ["develop"]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
|
|
@ -2,7 +2,7 @@ name: (Test) Build lsfg-vk Flatpak extensions
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["test/deploying"]
|
||||
branches: ["develop"]
|
||||
|
||||
jobs:
|
||||
flatpak:
|
||||
|
|
|
|||
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
workflows: ["(Test) Build lsfg-vk"]
|
||||
types:
|
||||
- completed
|
||||
branches: ["test/deploying"]
|
||||
branches: ["develop"]
|
||||
|
||||
jobs:
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue