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.
1 parent f016842 commit 57d9c52Copy full SHA for 57d9c52
.github/workflows/mac-release.yml
@@ -1,7 +1,6 @@
1
name: SerialPrograms MacOS Release
2
3
on:
4
- create:
5
push:
6
branches:
7
- 'v*'
@@ -38,7 +37,6 @@ jobs:
38
37
# Run when manually triggered, when a new version branch is created, or when a version branch is updated
39
if: |
40
github.event_name == 'workflow_dispatch' ||
41
- (github.event_name == 'create' && github.ref_type == 'branch' && startsWith(github.ref, 'refs/heads/v')) ||
42
(github.event_name == 'push' && startsWith(github.ref, 'refs/heads/v'))
43
runs-on: ${{ github.event.inputs.runner || 'macos-13'}}
44
steps:
0 commit comments