test: run workflows on develop branch

This commit is contained in:
PancakeTAS 2025-07-25 19:41:02 +02:00 committed by Pancake
parent 32c6d2efe9
commit 961b706e13
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: (Test) Build lsfg-vk
on:
push:
branches: ["test/deploying"]
branches: ["develop"]
env:
CARGO_TERM_COLOR: always

View file

@ -2,7 +2,7 @@ name: (Test) Build lsfg-vk Flatpak extensions
on:
push:
branches: ["test/deploying"]
branches: ["develop"]
jobs:
flatpak:

View file

@ -5,7 +5,7 @@ on:
workflows: ["(Test) Build lsfg-vk"]
types:
- completed
branches: ["test/deploying"]
branches: ["develop"]
jobs:
package: