Skip to content

Commit

Permalink
ci: run the test suite against truffleruby for named branches
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Oct 12, 2022
1 parent b629646 commit a72da92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 1,3,5" # At 08:00 on Monday, Wednesday, and Friday # https://crontab.guru/#0_8_*_*_1,3,5
push:
branches:
- "*truffle*"
pull_request:
types: [opened, synchronize]
branches:
- "*truffle*"

jobs:
truffleruby-head:
Expand Down

0 comments on commit a72da92

Please sign in to comment.