Only run tests on pushes to main branch.
This commit is contained in:
parent
11b437794e
commit
284f26b49d
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
name: test
|
name: test
|
||||||
run-name: ${{ gitea.actor }} is running tests
|
run-name: ${{ gitea.actor }} is running tests
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branchs: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue