Skip to content

Commit d65420e

Browse files
committed
action fix
1 parent 38de47d commit d65420e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/artifact.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ concurrency:
77
group: build
88
cancel-in-progress: true
99

10+
on:
11+
push:
12+
branches:
13+
- '*'
14+
pull_request:
15+
branches: [ "main" ]
16+
1017
permissions:
1118
contents: write
1219

0 commit comments

Comments
 (0)