Skip to content

Commit 84dcc2a

Browse files
committed
.github/workflows/compile_examples.yml: Added triggering events.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 6c639df commit 84dcc2a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/compile_examples.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
name: Compile examples
22

33
on:
4+
workflow_dispatch:
45
push:
6+
branches:
7+
- master
8+
- main
9+
tags:
10+
- '*'
11+
pull_request:
12+
branches:
13+
- '*'
14+
schedule:
15+
- cron: '30 3 * * 5' # Run every Friday at 3:30 AM UTC
516

617
jobs:
718
arduino-devops:

0 commit comments

Comments
 (0)