-
Notifications
You must be signed in to change notification settings - Fork 2
47 lines (46 loc) · 993 Bytes
/
eeprom.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: "Eeprom build/test"
on:
pull_request:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/eeprom.yaml"
branches:
- "*"
tags:
- "eeprom@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: eeprom
secrets: inherit