Compare commits
1 commit
8fe3fedafe
...
3beef0c297
Author | SHA1 | Date | |
---|---|---|---|
|
3beef0c297 |
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
name: Run checks
|
name: Run checks
|
||||||
on: [ push, pull_request ]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue