Skip to content

Commit cd5c9b1

Browse files
committed
- change action workflow
1 parent d4dab91 commit cd5c9b1

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,15 @@ jobs:
7171
workflows:
7272
Nightly:
7373
jobs:
74-
- Windows x64
75-
- Linux x64
74+
- Windows x64:
75+
filters:
76+
branches:
77+
only: main
78+
tags:
79+
only: /.*/
80+
- Linux x64:
81+
filters:
82+
branches:
83+
only: main
84+
tags:
85+
only: /.*/

.github/workflows/windows_nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Windows Nightly CI
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches-ignore: [ "main" ]
5+
tags-ignore: [ "*" ]
56
pull_request:
6-
branches: [ "main" ]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
@@ -58,5 +58,3 @@ jobs:
5858

5959

6060

61-
62-

0 commit comments

Comments
 (0)