We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd1e31b + d029d7a commit 7816a63Copy full SHA for 7816a63
1 file changed
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
3
on:
4
push:
5
branches: main
6
- paths: ['**.cpp', '**.h', '**CMakeLists.txt']
+ paths: ['.github/workflows/**', '**.cpp', '**.h', '**CMakeLists.txt']
7
pull_request:
8
9
+ paths: ['.github/workflows/**','**.cpp', '**.h', '**CMakeLists.txt']
10
11
jobs:
12
build-and-test:
@@ -38,7 +38,7 @@ jobs:
38
39
# Start and join the Spigot Server
40
- name: Set up Minecraft testing environment
41
- uses: nhatdongdang/mc-env-setup@v1.1
+ uses: nhatdongdang/mc-env-setup@v1.2
42
43
# Run the test suite using ctest
44
- name: Run test suite
0 commit comments