Skip to content

Commit 956ce2f

Browse files
committed
Remove feature branch from workflow triggers
1 parent 8ebc576 commit 956ce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/permission_handler_apple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: permission_handler_apple
66
# events but only for the main branch
77
on:
88
push:
9-
branches: [main, feature/spm-support]
9+
branches: [main]
1010
paths:
1111
- "permission_handler_apple/**"
1212
- ".github/workflows/permission_handler_apple.yaml"

0 commit comments

Comments
 (0)