Skip to content

Commit

Permalink
fix: change branches to list, see if action is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 5, 2024
1 parent db787de commit 9e943a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ name: Publish collection to staging

on:
pull_request:
branches:
- main
- feat/remove-veda-config-pr-creation
branches: ['main', 'feat/remove-veda-config-pr-creation']
paths:
# Run the workflow only if files inside this path are updated
# - ingestion-data/staging/dataset-config/*
Expand Down

0 comments on commit 9e943a9

Please sign in to comment.