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.
1 parent b494f4d commit 1942f1aCopy full SHA for 1942f1a
.github/workflows/Continuous-Integration.yml
@@ -1,5 +1,19 @@
1
name: STM32 Core Continuous Integration
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ paths-ignore:
5
+ - '*.json'
6
+ - '**.md'
7
+ - keywords.txt
8
+ - CI/**
9
+ - tools/**
10
+ pull_request:
11
12
13
14
15
16
17
jobs:
18
astyle_check:
19
runs-on: ubuntu-latest
@@ -36,4 +50,4 @@ jobs:
36
50
if: failure()
37
51
run: |
38
52
cat ${{ steps.Compile.outputs.compile-result }}
39
- exit 1
53
+ exit 1
0 commit comments