Skip to content

Commit

Permalink
chore: update workflow to trigger on push instead of pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jan 27, 2025
1 parent c908efa commit cc194a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate-case-studies-structures.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Validate case studies structures

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths:
- 'config/casestudies/*.yml'
push:

jobs:
validate:
Expand Down

0 comments on commit cc194a6

Please sign in to comment.