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 497c068 commit ecf304fCopy full SHA for ecf304f
.github/workflows/direct-bindings-app-tests.yml
@@ -17,6 +17,7 @@ jobs:
17
build:
18
name: Build (${{ matrix.configuration['scheme'] }} - ${{ matrix.configuration['platform'] }})
19
runs-on: macos-12
20
+ continue-on-error: true
21
strategy:
22
fail-fast: false
23
matrix:
.github/workflows/swift.yml
@@ -1,6 +1,10 @@
1
name: Check Bindings
2
3
-on: [ push, pull_request ]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
jobs:
10
check_bindings:
0 commit comments