Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ permissions: read-all

on:
push:
branches: [beta]
branches: [beta, test1, main]
pull_request:
branches: [beta]
branches: [beta, test1, main]
workflow_dispatch:

defaults:
Expand All @@ -18,7 +18,7 @@ jobs:
ios-build:
name: Test flutter beta channel
runs-on: macos-latest
if: github.repository == 'flutter/samples'
if: github.repository == 'JJakupovic/flutter-samples'
strategy:
fail-fast: false
steps:
Expand Down
Loading
Loading