Skip to content

Commit 122d853

Browse files
committed
Update action triggers
1 parent 1c2727f commit 122d853

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build-and-test-macos.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build and Test Python bindings on macOS
22
on:
33
push:
4-
branches-ignore:
5-
- '**'
6-
workflow_dispatch:
4+
branches:
5+
- "*"
6+
pull_request:
7+
branches:
8+
- "*"
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)