Skip to content

Commit

Permalink
Merge pull request #9 from traderjoe-xyz/fix-github-actions
Browse files Browse the repository at this point in the history
Use same config as linter for test
  • Loading branch information
LouisMeMyself authored Jan 5, 2022
2 parents 35ca634 + 3678d6d commit 5ec05a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: test

on: ["push", "pull_request"]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 5ec05a7

Please sign in to comment.