Skip to content

Commit

Permalink
Fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Nov 27, 2020
1 parent 37dc70c commit 99f39e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- develop
- feature/*
pull_request:
branches:
- develop
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-18.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, reopened]
schedule:
- cron: '0 6 * * 0'
Expand Down

0 comments on commit 99f39e9

Please sign in to comment.