chore: Limite doublons Github actions

pull/3140/head v1.32.0
Alice Dahan 2024-09-23 14:45:27 +02:00 committed by liliced
parent 5043af5020
commit 466e39e84d
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: Tests
on: ['push', 'pull_request']
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
jobs:
lint: