Skip to content

Commit

Permalink
Revert "chore: update workflow to trigger on push instead of pull req…
Browse files Browse the repository at this point in the history
…uest"

This reverts commit cc194a6.
  • Loading branch information
JeelRajodiya committed Jan 30, 2025
1 parent b18fa6a commit 5bd764e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate-case-studies-structures.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Validate case studies structures

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

jobs:
validate:
Expand Down

0 comments on commit 5bd764e

Please sign in to comment.