Skip to content

Commit

Permalink
Don't trigger CI jobs twice (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Oct 10, 2023
1 parent c631078 commit 8079074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

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

jobs:

Expand Down

0 comments on commit 8079074

Please sign in to comment.