We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f448ad + 2bac267 commit 58b50fdCopy full SHA for 58b50fd
.github/workflows/create_tags.yml
@@ -21,7 +21,7 @@ jobs:
21
tag: v0.1.0
22
- run: |
23
# Make sure the tagger is what we expect
24
- echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
+ echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
25
26
chmod +x $GITHUB_WORKSPACE/tagger.linux
27
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
.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