Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 23, 2020
1 parent 3fc0ad8 commit aa45e0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: ci

on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
pull_request:
branches:
- master
- releases/v*
push:
branches:
- 'master'
- 'releases/*'
pull_request:
- master
- releases/v*

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: test
on:
push:
branches:
- 'master'
- 'releases/*'
- master
- releases/v*
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit aa45e0b

Please sign in to comment.