Compare commits
2 Commits
b67f0e5031
...
d913e57dea
| Author | SHA1 | Date | |
|---|---|---|---|
| d913e57dea | |||
|
|
a02bc910f1 |
@ -1,8 +1,10 @@
|
|||||||
name: PR Checks
|
name: PR Checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: ['**']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: ['**']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user