Skip to content

Commit 11b4e12

Browse files
committed
git-artifacts: trigger on push
Now that we use GitHub-hosted Windows/ARM64 runners and do not have to operate under the quite tight budget constraints of my personal Azure account, we can make sure that we know whether `git-sdk-arm64` is in a healthy state (read: whether we can build release artifacts without problems). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 29ad598 commit 11b4e12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: git-artifacts
22

33
on:
4+
push:
5+
branches:
6+
- main
47
workflow_dispatch:
58

69
env:

0 commit comments

Comments
 (0)