Skip to content

Commit

Permalink
Run CI on PRs to master (but display error).
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpage committed Jan 30, 2025
1 parent 9e35092 commit f1e99d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
ios-pr:
ios-nightly:
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Pull Request

on:
pull_request_target:
branches:
- dev
branches: [dev, master]

jobs:
static-analysis:
Expand Down

0 comments on commit f1e99d2

Please sign in to comment.