Skip to content

Commit

Permalink
ci(): don't run actions twice on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 7, 2024
1 parent 38b4647 commit 3d6c87c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on:
push:
branches:
- "master"
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tests

on:
push:
branches:
- "master"
pull_request:

jobs:
Expand Down

0 comments on commit 3d6c87c

Please sign in to comment.