Skip to content

Commit

Permalink
Add trigger event for push on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jiechen0826 committed Feb 17, 2025
1 parent c03b234 commit afa0a10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on:
on:
push:
branches:
- jiechen3/github_runner
pull_request:
branches:
- jiechen3/github_runner
Expand Down

0 comments on commit afa0a10

Please sign in to comment.