Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Nov 17, 2023
1 parent 39dbbc7 commit 3c911af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/cpp_build_and_run.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3c911af

Please sign in to comment.