Skip to content

Commit 5d4fe82

Browse files
authored
Workflow dispatch
1 parent 14a83fc commit 5d4fe82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: ESP32 Arduino
1+
name: ESP32 Arduino master branch
22

33
on:
4+
workflow_dispatch: # Manually start a workflow
45
push:
5-
branches:
6-
- master
6+
branches: master
7+
paths-ignore:
8+
- '.github/**' # Ignore changes towards the .github directory
79

810
jobs:
911
build-libs:

0 commit comments

Comments
 (0)