Skip to content

Commit

Permalink
run CI on PRs against dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe authored Apr 2, 2024
1 parent bdf192c commit 5cf084f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Build and Test

on:
push:
branches: [ main ]
branches: [ main, dev ]
pull_request:
branches: [ main ]
branches: [ main, dev ]

jobs:
wecopttool_test:
Expand Down

0 comments on commit 5cf084f

Please sign in to comment.