We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0856018 + 4176732 commit ae59287Copy full SHA for ae59287
.github/workflows/Continuous-Integration.yml
@@ -1,18 +1,24 @@
1
name: STM32 Core Continuous Integration
2
on:
3
push:
4
+ branches:
5
+ - master
6
paths-ignore:
7
- '*.json'
8
- '**.md'
9
- keywords.txt
10
- CI/**
11
+ - '!CI/build/arduino-cli.py'
12
+ - '!CI/build/platformio-builder.py'
13
- tools/**
14
pull_request:
15
16
17
18
19
20
21
22
23
jobs:
24
astyle_check:
0 commit comments