Skip to content

Commit

Permalink
chore: remove feature branch from actions
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Koppen <[email protected]>
  • Loading branch information
vincentkoppen committed Jan 17, 2025
1 parent 0b49f5c commit be79ce4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- feature/github_actions
# run pipeline on pull request
pull_request:
# run pipeline on merge queue
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- feature/github_actions
# run pipeline on pull request
pull_request:
# run pipeline on merge queue
Expand Down

0 comments on commit be79ce4

Please sign in to comment.