fix: trigger branch on push

This commit is contained in:
eggplants 2022-01-26 21:17:46 +09:00
parent b95e55c601
commit 7efc15f04d
No known key found for this signature in database
GPG key ID: E84F494AD6539CE2
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,9 @@
name: Lint name: Lint
on: [pull_request, push] on:
pull_request:
push:
branches:
- main
jobs: jobs:
lint: lint:

View file

@ -1,5 +1,9 @@
name: Test name: Test
on: [pull_request, push] on:
pull_request:
push:
branches:
- main
jobs: jobs:
test: test: