Skip to content

Commit

Permalink
Merge pull request #204 from novaforgood/Max/email-whitelist
Browse files Browse the repository at this point in the history
Fix gh actions
  • Loading branch information
legitmaxwu committed Jul 7, 2024
2 parents ad29a7f + ac74c5f commit 95a7643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- dev
paths:
- "hasura/**"
- ".github/workflows/prod.yml"

concurrency: dev_environment

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
paths:
- "hasura/**"
- ".github/workflows/prod.yml"

concurrency: prod_environment

Expand Down

0 comments on commit 95a7643

Please sign in to comment.