We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3827c83 commit 014cb89Copy full SHA for 014cb89
.github/workflows/Cmake.yml
@@ -4,7 +4,23 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - .github/**
9
+ - '!.github/workflows/Cmake.yml'
10
+ - '*.json'
11
+ - '**.md'
12
+ - keywords.txt
13
+ - CI/**
14
+ - tools/**
15
pull_request:
16
17
18
+ - '!.github/workflows/Arduino-build.yml'
19
20
21
22
23
24
# Allows you to run this workflow manually from the Actions tab
25
workflow_dispatch:
26
jobs:
0 commit comments