Skip to content

Commit

Permalink
ci: Update branch filter in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 17, 2024
1 parent 10ffe0d commit a276105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI-CD
# only run on pushes to main or pull requests
on:
push:
# push to any branch
branches: [ main , docs]
# push to any branch *
branches: [ "*"]
pull_request:
branches: [ main , development]

Expand Down

0 comments on commit a276105

Please sign in to comment.