From 3c911affe507be53a4a81cfa302fca51c98a86e5 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 16 Nov 2023 20:25:35 -0500 Subject: [PATCH] test --- .github/workflows/cpp_build_and_run.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp_build_and_run.yml b/.github/workflows/cpp_build_and_run.yml index 5d5afde..3005121 100644 --- a/.github/workflows/cpp_build_and_run.yml +++ b/.github/workflows/cpp_build_and_run.yml @@ -1,6 +1,15 @@ name: C++ Build and run -on: [push] +on: + push: + paths: + - 'tag-file.txt' + - '*.cpp' + - '.github/workflows/cpp_build_and_run.yml' + pull_request: + paths: + - 'tag-file.txt' + jobs: build: