We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eae101 commit ad480f6Copy full SHA for ad480f6
1 file changed
.github/workflows/main.yml
@@ -2,14 +2,19 @@ name: Cross-Platform Compile and Publish
2
description: Compiles on multiple platforms and publishes to deken if merging to main
3
4
on:
5
+ workflow_dispatch:
6
+
7
push:
- branches: ["main"]
8
+ branches:
9
+ - "main"
10
paths:
11
- "include/**"
12
- "src/**"
13
- "Makefile"
14
- "config.sh"
- tags: ['v*']
15
16
+ tags:
17
+ - 'v*'
18
19
pull_request:
20
0 commit comments