Skip to content

Commit

Permalink
updated workflow on branches conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
julesntare committed Dec 16, 2024
1 parent a0b7394 commit 230312a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

env:
DJANGO_SETTINGS_MODULE: eudr_backend.settings
Expand Down

0 comments on commit 230312a

Please sign in to comment.