Skip to content

Commit 181f5f4

Browse files
authored
Fix build triggers
Allow manual build triggering
1 parent 3fffceb commit 181f5f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Build
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master ]
67
paths:
7-
- src/
8+
- .github/workflows/main.yml
9+
- src/**
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)