Only run tests on pushes to main branch.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: test
|
||||
run-name: ${{ gitea.actor }} is running tests
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branchs: [main]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user