We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026103e commit 5beccffCopy full SHA for 5beccff
.github/workflows/build.yml
@@ -1,10 +1,5 @@
1
name: build-all-configs
2
-on:
3
- push:
4
- branches:
5
- - main
6
- pull_request_target:
7
- types: [assigned, opened, synchronize, reopened]
+on: [push, pull_request]
8
jobs:
9
build-on-osx-for-objectiveC:
10
runs-on: macos-11
0 commit comments