mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
fix: add push trigger
This commit is contained in:
parent
dd0ff43997
commit
bb7fe255af
1 changed files with 3 additions and 0 deletions
3
.github/workflows/target-tests.yml
vendored
3
.github/workflows/target-tests.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "feat/additional-build-targets"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|
Loading…
Reference in a new issue