add back tests on push

This commit is contained in:
Marco 2022-08-29 21:56:37 +08:00
parent 4075b94df3
commit 78581ff128

View file

@ -1,6 +1,6 @@
#should deny
name: Test
on: [pull_request]
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04