Skip to content

Commit

Permalink
fix gh action names and triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Aug 4, 2023
1 parent 4ab7535 commit 34cb149
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
paths:
- "src/domains/ioweb**"
- ".github/workflows/prod**"
- ".github/workflows/ioweb_prod**"

permissions:
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
paths:
- "src/domains/ioweb**"
- ".github/workflows/prod**"
- ".github/workflows/ioweb_prod**"

permissions:
id-token: write
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/prod_cd_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
paths:
- "src/domains/citizen-auth**"
- ".github/workflows/prod**"
- ".github/workflows/prod**citizen-auth.yml"

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod_ci_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
paths:
- "src/domains/citizen-auth**"
- ".github/workflows/prod**"
- ".github/workflows/prod**citizen-auth.yml"

permissions:
id-token: write
Expand Down

0 comments on commit 34cb149

Please sign in to comment.