We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e35092 commit f1e99d2Copy full SHA for f1e99d2
.github/workflows/nightly.yaml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- ios-pr:
+ ios-nightly:
11
strategy:
12
fail-fast: false
13
matrix:
.github/workflows/pr.yaml
@@ -2,8 +2,7 @@ name: Pull Request
2
3
on:
4
pull_request_target:
5
- branches:
6
- - dev
+ branches: [dev, master]
static-analysis:
0 commit comments