Skip to content

Commit

Permalink
chore: Add CI on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 22, 2023
1 parent 383aca7 commit d2404ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI/CD

on:
push:
pull_request:
types: [opened, synchronize, reopened]

env:
FORCE_COLOR: 3 # Diplay chalk colors
Expand Down

0 comments on commit d2404ff

Please sign in to comment.