Skip to content

Commit

Permalink
Changed workflow trigger pull requests to **
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus committed Nov 22, 2024
1 parent 0b46189 commit 61234aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code quality checks
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: E2E testing
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Integration testing
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration_spcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SPCS Integration testing
on:
pull_request:
branches:
- "*"
- "**"
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
Expand Down

0 comments on commit 61234aa

Please sign in to comment.