Skip to content

Commit

Permalink
fix(gha): fix CD to activate on pull too
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent d4e914b commit 5141005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
Continuous-Development:
needs: Continuous-Integration

if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' # github.event_name == 'push' &&

runs-on: ubuntu-latest

Expand Down

0 comments on commit 5141005

Please sign in to comment.