Skip to content

Commit

Permalink
Avoid CI running multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMser committed Jul 11, 2024
1 parent 8e4470b commit 8779691
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 🔗 GHA
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

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

0 comments on commit 8779691

Please sign in to comment.