Only run tests on pushes to main branch.

This commit is contained in:
Dan Helfman 2024-03-06 16:40:39 -08:00
parent 11b437794e
commit 284f26b49d
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: test
run-name: ${{ gitea.actor }} is running tests
on: [push]
on:
push:
branchs: [main]
jobs:
test: