Skip to content

Commit

Permalink
get rid of testing branch in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoszczek committed Dec 12, 2023
1 parent f3c5bf2 commit f74c86c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
push:
branches:
- main
- github-actions
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- 'src/web/**'
branches:
- main
- github-actions
pull_request:
paths:
- 'src/web/**'
Expand Down

0 comments on commit f74c86c

Please sign in to comment.