Skip to content

Commit c3c0ea7

Browse files
Fix push.yml to run on push
1 parent d4552b8 commit c3c0ea7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: IDF v5.3 with P4
22
on:
3-
workflow_dispatch: # Manually start a workflow
3+
push:
4+
branches:
5+
- master
6+
- release/v5.3
47

58
jobs:
69
build-libs:

0 commit comments

Comments
 (0)