Skip to content

Commit

Permalink
Merge pull request #10 from IBM/target_tests
Browse files Browse the repository at this point in the history
Update test workflow to only target certain refs
  • Loading branch information
Fryguy authored Dec 16, 2024
2 parents 0158385 + 5e870a2 commit 5091955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test
on:
pull_request:
push:
branches: master
tags: v1*
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
Expand Down

0 comments on commit 5091955

Please sign in to comment.