diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:23:42 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:26:25 +0100 |
commit | 68d69b2b379d4a83294ee7c9649fe0329a63f13e (patch) | |
tree | a2d8ddde09bd2bd731e5efe9464efc6255b851a9 /.github/workflows/ci_travis.yml | |
parent | add runtime version information (diff) | |
download | cmake-common-68d69b2b379d4a83294ee7c9649fe0329a63f13e.tar.gz cmake-common-68d69b2b379d4a83294ee7c9649fe0329a63f13e.zip |
workflows: trigger for paths
This should speed things up. Hopefully I didn't mess it up.
Diffstat (limited to '.github/workflows/ci_travis.yml')
-rw-r--r-- | .github/workflows/ci_travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index 43132f5..23f0686 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -5,6 +5,9 @@ name: CI (Travis) on: push: + paths: + - 'examples/**' + - 'project/**' pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). |