Skip to content

Commit

Permalink
only run github ci checks once
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Apr 19, 2023
1 parent 9acaf56 commit 3d9f29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Linting

on:
push:
branches:
- main
pull_request:
branches: [main]

jobs:
lint:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Tests

on:
push:
branches:
- main
pull_request:
branches: [main]

jobs:
test:
Expand Down

0 comments on commit 3d9f29c

Please sign in to comment.