do not run tests on tag pushes.

This commit is contained in:
fiatjaf
2023-02-09 12:08:50 -03:00
parent ff3bf4a51c
commit 18fe9637b9

View File

@@ -1,7 +1,9 @@
name: test every commit
on:
- push
- pull_request
push:
branches:
- master
pull_request:
jobs:
test: