Skip to content

Commit

Permalink
fix ghwf triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Feb 1, 2024
1 parent e15dc1b commit 9c6135d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_assign_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Assign Author

on:
pull_request:
types: [opened, ready_for_review, reopened]
types: [opened, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Request Review

on:
pull_request:
types: [opened, ready_for_review, reopened]
types: [opened, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Backend

on:
push:
branches:
- main
paths:
- "backend/**"
- ".github/workflows/backend.yml"
pull_request:
types: opened
paths:
- "backend/**"
- ".github/workflows/backend.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/backend_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Backend CodeQL

on:
push:
branches: ["main"]
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"
pull_request:
branches: ["main"]
types: opened
paths:
- "backend/**"
- ".github/workflows/backend_codeql.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: CLI

on:
push:
branches:
- main
paths:
- "cli/**"
- ".github/workflows/cli.yml"
pull_request:
types: opened
paths:
- "cli/**"
- ".github/workflows/cli.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cli_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: CLI CodeQL

on:
push:
branches: ["main"]
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"
pull_request:
branches: ["main"]
types: opened
paths:
- "cli/**"
- ".github/workflows/cli_codeql.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mobile_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Mobile CodeQL

on:
push:
branches: ["main"]
paths:
- "frontend/sac-mobile/**"
- ".github/workflows/mobile_codeql.yml"
pull_request:
branches: ["main"]
types: opened
paths:
- "frontend/sac-mobile/**"
- ".github/workflows/mobile_codeql.yml"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Web CodeQL

on:
push:
branches: ["main"]
paths:
- "frontend/sac-web/**"
- ".github/workflows/mweb_codeql.yml"
pull_request:
branches: ["main"]
types: opened
paths:
- "frontend/sac-web/**"
- ".github/workflows/web_codeql.yml"
Expand Down

0 comments on commit 9c6135d

Please sign in to comment.