Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuridama committed Aug 12, 2021
1 parent 858d60b commit d151cb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: lint
on: [pull-request]
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: test
on: [pull-request]
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d151cb8

Please sign in to comment.