Skip to content

Commit

Permalink
only run csv workflow if merged to master
Browse files Browse the repository at this point in the history
  • Loading branch information
LDannijs committed Jun 3, 2024
1 parent 3c52308 commit 23e15fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Validate webhook templates
run: ./bin/validate
csv:
if: github.ref == 'refs/heads/master'
name: Upload CSV to Airtable
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 23e15fe

Please sign in to comment.