Skip to content

Commit 3a7f8be

Browse files
committed
Activate GH build on pushes to dev/xdvipsk-dev
git-svn-id: svn://tug.org/texlive/trunk/Build/source@77896 c570f23f-e606-0410-a88d-b1316a301751
1 parent 45a8a4f commit 3a7f8be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/xdvipsk-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
on:
2929
workflow_dispatch:
3030

31-
# don't trigger on pushes to trunk.
32-
#on:
33-
# push:
34-
# branches:
35-
# - trunk
31+
# Also trigger on pushes to the xdvipsk-dev branch
32+
on:
33+
push:
34+
branches:
35+
- dev/xdvipsk-dev
3636

3737
concurrency:
3838
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)