Skip to content

Commit f1e99d2

Browse files
committed
Run CI on PRs to master (but display error).
1 parent 9e35092 commit f1e99d2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
ios-pr:
10+
ios-nightly:
1111
strategy:
1212
fail-fast: false
1313
matrix:

.github/workflows/pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Pull Request
22

33
on:
44
pull_request_target:
5-
branches:
6-
- dev
5+
branches: [dev, master]
76

87
jobs:
98
static-analysis:

0 commit comments

Comments
 (0)