Skip to content

Commit

Permalink
chore: Limite doublons Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Sep 24, 2024
1 parent 5043af5 commit 466e39e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests
on: ['push', 'pull_request']
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]

jobs:
lint:
Expand Down

0 comments on commit 466e39e

Please sign in to comment.