Skip to content

Commit

Permalink
CIF-154 Implement CI/CD for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
arshdoda committed Aug 7, 2024
1 parent 61063e7 commit 755a586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- '**'
push:
branches:
- '**'

permissions:
contents: read
Expand Down

0 comments on commit 755a586

Please sign in to comment.