Skip to content

Commit

Permalink
ci: change triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dr-lazy committed Apr 23, 2022
1 parent 587100a commit 9df6c30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: CI

on:
pull_request:
types: [synchronize, opened, reopened]
push:
branches:
- master
branches: [master]
schedule:
# Run once per week (At 00:00 on Sunday) to maintain cache
- cron: '0 0 * * 0'

jobs:
workflow:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Style

on:
pull_request:
types: [synchronize, opened, reopened]
push:
braches:
- master
branches: [master]

jobs:
checks:
Expand Down

0 comments on commit 9df6c30

Please sign in to comment.