Skip to content

Commit

Permalink
cicd pipeline runt nu ook op PRs naar release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sTomerG committed Nov 5, 2024
1 parent 33b9c91 commit dca73f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CICD
on:
workflow_dispatch:
push:
branches: [main]
branches: [main, "release/**"]
pull_request:
branches: [main]
branches: [main, "release/**"]

jobs:
CI:
Expand Down

0 comments on commit dca73f2

Please sign in to comment.