Skip to content

Commit

Permalink
Test pr target (#78)
Browse files Browse the repository at this point in the history
Bypass checks since I need to test this setting, and there are not tests with this setting
  • Loading branch information
a4z authored Dec 23, 2023
1 parent 44f9e4f commit 026103e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: build-all-configs
on: [push, pull_request]
on:
push:
branches:
- main
pull_request_target:
types: [assigned, opened, synchronize, reopened]
jobs:
build-on-osx-for-objectiveC:
runs-on: macos-11
Expand Down

0 comments on commit 026103e

Please sign in to comment.