Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Add piv branch.
  • Loading branch information
polhenarejos committed Mar 21, 2024
1 parent 62743bb commit 2db451f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "Emulation and test"
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: [ "main", "piv" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "piv" ]
schedule:
- cron: '23 5 * * 4'

Expand Down

0 comments on commit 2db451f

Please sign in to comment.