Skip to content

Commit 8cefaf6

Browse files
committed
Avoid CI running multiple times
1 parent 1d0c9f1 commit 8cefaf6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/runner.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 🔗 GHA
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [ master ]
5+
pull_request:
6+
branches: [ master ]
37

48
concurrency:
59
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-runner

0 commit comments

Comments
 (0)