We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9bdeb commit 2bac267Copy full SHA for 2bac267
1 file changed
.github/workflows/macos.yml
@@ -1,5 +1,11 @@
1
name: macOS-placeholder
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
8
9
# Declare default permissions as read only.
10
permissions: read-all
11
jobs:
0 commit comments