Skip to content

Commit

Permalink
fix: add dev branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy2855 committed Nov 26, 2024
1 parent 5ede921 commit ecf8c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pintos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
= dev
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down

0 comments on commit ecf8c26

Please sign in to comment.