mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-21 15:44:18 +02:00
CI: Run on pull requests (#102)
* CI: Run on pull requests * fixup! CI: Run on pull requests
This commit is contained in:
parent
7a3a565427
commit
623cf67d2a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '30 3 * * 2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue