Skip to content

Commit

Permalink
github: avoid running tests twice in PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Oct 3, 2024
1 parent 337fb9e commit 37389ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests
on:
- push
- pull_request
push:
branches:
- main
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit 37389ba

Please sign in to comment.