Skip to content

Commit

Permalink
prevent workflows from triggering in main from other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Sep 20, 2024
1 parent 9c282c5 commit 7f591e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
workflow_run:
workflows: ["Test Code Samples"]
branches:
- '*'
types:
- completed

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
pull_request:
workflow_run:
workflows: ["Test Code Samples"]
branches:
- '*'
types:
- completed

Expand Down

0 comments on commit 7f591e0

Please sign in to comment.