Skip to content

Commit

Permalink
run github action without openning pr
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Aug 28, 2023
1 parent da8765b commit 661e668
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'develop'
- 'release/**'
- 'property_tree_variant'
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'develop'
- 'release/**'
- 'property_tree_variant'
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'develop'
- 'release/**'
- 'property_tree_variant'
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-msvc-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'develop'
- 'release/**'
- 'property_tree_variant'
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-msvc-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
- 'develop'
- 'release/**'
- 'property_tree_variant'
tags:
- '**'
pull_request:
Expand Down

0 comments on commit 661e668

Please sign in to comment.