We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a98a98 commit bfdbbfcCopy full SHA for bfdbbfc
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
prepare: # macOS code-signing only works on `push` events and not `pull_request` events
16
if: ${{ !startsWith(github.head_ref, 'release/v') }}
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
6
- release/v*.*.* # macOS code-signing only works on `push` events and not `pull_request` events
7
lint:
name: Lint App
0 commit comments