Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Nov 12, 2023
1 parent b69b3cf commit a44fbc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: QA

on:
push:
branches: "*"
branches:
- "*"
- "*/*"
pull_request:
branches: "*"
branches:
- "*"
- "*/*"
schedule:
- cron: '0 0 * * *'

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Specs

on:
push:
branches: "*"
branches:
- "*"
- "*/*"
pull_request:
branches: "*"
branches:
- "*"
- "*/*"
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit a44fbc1

Please sign in to comment.