Skip to content

Commit 841b7ce

Browse files
committed
try to get workflow to showup...
1 parent 5b9e76d commit 841b7ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ on:
2929
test_repo_branch:
3030
description: 'Override for the GitHub test repository branch to use (default is main)'
3131
type: string
32-
pull_request:
32+
push:
33+
branches:
34+
- '**'
3335

3436
concurrency:
3537
group: ${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)