Skip to content

Commit

Permalink
fix[actions]: Lint/Test only on main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Dec 13, 2021
1 parent 7ee9faf commit 01be3e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Lint

on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Test

on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'README.md'
Expand Down

0 comments on commit 01be3e4

Please sign in to comment.