Skip to content

Commit

Permalink
remove testing branch from on clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Mar 7, 2024
1 parent 2bfc50f commit 0107857
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- update-actions-versions
paths:
- "lib/**"
- "index.js"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- update-actions-versions
paths:
- "lib/**"
- "index.js"
Expand All @@ -13,7 +12,6 @@ on:
push:
branches:
- main
- update-actions-versions
paths:
- "lib/**"
- "index.js"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- update-actions-versions
paths:
- "lib/**"
- "index.js"
Expand Down

0 comments on commit 0107857

Please sign in to comment.