mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Prohibit direct push to main and run tests only for pull-requests to main.
This commit is contained in:
parent
5d13f56297
commit
f322404f59
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runtests.yaml
vendored
4
.github/workflows/runtests.yaml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: runtests
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
||||
jobs:
|
||||
runtests:
|
||||
|
|
Loading…
Reference in a new issue