Skip to content

Commit ad480f6

Browse files
committed
fix gh actions
1 parent 0eae101 commit ad480f6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ name: Cross-Platform Compile and Publish
22
description: Compiles on multiple platforms and publishes to deken if merging to main
33

44
on:
5+
workflow_dispatch:
6+
57
push:
6-
branches: ["main"]
8+
branches:
9+
- "main"
710
paths:
811
- "include/**"
912
- "src/**"
1013
- "Makefile"
1114
- "config.sh"
12-
tags: ['v*']
15+
16+
tags:
17+
- 'v*'
1318

1419
pull_request:
1520
paths:

0 commit comments

Comments
 (0)