mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "feat/additional-build-targets"
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
Loading…
Reference in a new issue