Skip to content

Commit 955ba4b

Browse files
authored
Update IntegrationTest.yml to only trigger when Project.toml changes (#54)
1 parent 2a887a7 commit 955ba4b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorPkgSkeleton"
22
uuid = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
33
authors = ["ITensor developers <support@itensor.org> and contributors"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

templates/downstreampkgs/.github/workflows/IntegrationTest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
branches:
66
- 'main'
77
tags: '*'
8+
paths:
9+
- 'Project.toml'
810
pull_request:
11+
paths:
12+
- 'Project.toml'
913

1014
jobs:
1115
integration-test:

0 commit comments

Comments
 (0)