Skip to content

Commit

Permalink
chore: remove automated-testing branch from testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut authored Mar 2, 2024
1 parent 9d55664 commit 434579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backend-tests

on:
push:
branches: [main, development, automated-testing]
branches: [main, development]
pull_request:
branches: [main, development]
workflow_dispatch:
Expand Down

0 comments on commit 434579f

Please sign in to comment.