Skip to content

Commit

Permalink
Merge pull request #16 from thunderbird/features/14-when-to-run-conve…
Browse files Browse the repository at this point in the history
…rt-workflow

Run convert-to-yaml on push to main and on pull requests
  • Loading branch information
radishmouse authored Jul 23, 2024
2 parents 8ad5e2c + 1bf63ee commit fa0bad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: convert-yaml-to-json

on:
push:
branches:
- main
paths:
- "yaml/**.yaml"
pull_request:
branches: ["*"]

jobs:
convert-yaml:
Expand Down

0 comments on commit fa0bad0

Please sign in to comment.