Skip to content

Commit

Permalink
Trigger workflows on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Dec 18, 2024
1 parent 0bfc784 commit 6e286af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: CI
# open -> open the pull request
# synchronize -> push to branch of pull request
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- "**"

jobs:
test:
Expand Down

0 comments on commit 6e286af

Please sign in to comment.