Skip to content

Commit ae59287

Browse files
authored
Merge pull request #951 from fpistm/UpdateCi
2 parents 0856018 + 4176732 commit ae59287

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
name: STM32 Core Continuous Integration
22
on:
33
push:
4+
branches:
5+
- master
46
paths-ignore:
57
- '*.json'
68
- '**.md'
79
- keywords.txt
810
- CI/**
11+
- '!CI/build/arduino-cli.py'
12+
- '!CI/build/platformio-builder.py'
913
- tools/**
1014
pull_request:
1115
paths-ignore:
1216
- '*.json'
1317
- '**.md'
1418
- keywords.txt
1519
- CI/**
20+
- '!CI/build/arduino-cli.py'
21+
- '!CI/build/platformio-builder.py'
1622
- tools/**
1723
jobs:
1824
astyle_check:

0 commit comments

Comments
 (0)