Skip to content

Commit

Permalink
ci for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonZChen committed Jan 14, 2025
1 parent d307fb8 commit 2f739d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/profile.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Profile on IPC23LT

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Run Tests

on:
push:
branches: [ "main" ]
branches:
- main
- dev
pull_request:
branches: [ "main" ]
branches:
- main
- dev

jobs:
build:
Expand Down

0 comments on commit 2f739d4

Please sign in to comment.