Skip to content

Commit 90f3c5c

Browse files
committed
fix workflow actions for pull requests, and add manual trigger for updated branches
1 parent aa85c39 commit 90f3c5c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: STEPCODE
22

3-
on: [push]
3+
on:
4+
workflow_dispatch:
5+
pull_request:
46

57
jobs:
68
windows:

0 commit comments

Comments
 (0)