Skip to content

Commit 7816a63

Browse files
committed
chore: merge branch 'main' into modern-cpp-refactor
2 parents bd1e31b + d029d7a commit 7816a63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches: main
6-
paths: ['**.cpp', '**.h', '**CMakeLists.txt']
6+
paths: ['.github/workflows/**', '**.cpp', '**.h', '**CMakeLists.txt']
77
pull_request:
88
branches: main
9-
paths: ['**.cpp', '**.h', '**CMakeLists.txt']
9+
paths: ['.github/workflows/**','**.cpp', '**.h', '**CMakeLists.txt']
1010

1111
jobs:
1212
build-and-test:
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Start and join the Spigot Server
4040
- name: Set up Minecraft testing environment
41-
uses: nhatdongdang/mc-env-setup@v1.1
41+
uses: nhatdongdang/mc-env-setup@v1.2
4242

4343
# Run the test suite using ctest
4444
- name: Run test suite

0 commit comments

Comments
 (0)