Skip to content

Commit ecfb9e5

Browse files
committed
git-artifacts: document how to change this to build custom artifacts
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c347133 commit ecfb9e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/git-artifacts.yml

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

33
on:
4+
# Uncomment the "push:" line if you want to build artifacts without sending
5+
# a `repository_dispatch` event, and possibly set the environment variables
6+
# `BUILD_ONLY`, `REPOSITORY` and `REF` explicitly.
7+
#
8+
# push:
49
repository_dispatch:
510
types:
611
- git-artifacts

0 commit comments

Comments
 (0)