Skip to content

Commit

Permalink
chore(ci): run workflows on pull request (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar authored May 25, 2022
1 parent 3050c89 commit 6d1699c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Lint

on: [push]

on:
push:
branches: [main]
pull_request:
jobs:
lint:
name: Lint
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Test

on: [push]

on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Test
Expand Down

0 comments on commit 6d1699c

Please sign in to comment.