We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cc7b6 commit 171f7f8Copy full SHA for 171f7f8
2 files changed
.github/workflows/continuous-integration.yaml
@@ -1,6 +1,15 @@
1
name: Continuous Integration
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ paths-ignore:
6
+ - "test-devices/**"
7
+ - "reference/**"
8
+ pull_request:
9
10
11
12
+
13
14
env:
15
MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always
.github/workflows/test-devices.yaml
@@ -1,6 +1,14 @@
name: Test Devices CI
+ paths:
+ - ".github/**"
jobs:
build:
0 commit comments