Skip to content

Commit

Permalink
Use correct file path for github action trigger (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
accorvin authored Aug 26, 2024
1 parent d5c3466 commit ed60cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-org-membership.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- 'main'
paths:
- "config/organization_membership.yaml"
- "config/organization_members.yaml"
jobs:
merge_membership_config:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed60cdd

Please sign in to comment.