Skip to content

Commit 99f39e9

Browse files
Fix github workflows
1 parent 37dc70c commit 99f39e9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- develop
77
- feature/*
8+
pull_request:
9+
branches:
10+
- develop
11+
types: [opened, synchronize, reopened]
812
jobs:
913
lint:
1014
runs-on: ubuntu-18.04

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
branches:
9+
- master
810
types: [opened, synchronize, reopened]
911
schedule:
1012
- cron: '0 6 * * 0'

0 commit comments

Comments
 (0)