Skip to content

Commit

Permalink
Update validate_csv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Sep 10, 2024
1 parent 5c40be8 commit 513b174
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validate_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: Validate CSV Files
on:
push:
branches:
- main
- master
pull_request:
types:
- opened # Trigger when a PR is opened
- synchronize # Trigger when new commits are pushed to the PR
- reopened # Trigger if the PR is reopened
branches:
- main
- master

jobs:
validate:
Expand Down

0 comments on commit 513b174

Please sign in to comment.