Skip to content

Commit 950d1d1

Browse files
committed
Updated workflows
1 parent 16293bc commit 950d1d1

File tree

8 files changed

+22
-29
lines changed

8 files changed

+22
-29
lines changed

.github/workflows/devskim-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ main ]
88
schedule:
9-
- cron: '34 2 * * 2'
9+
- cron: '0 0 * * *'
1010

1111
jobs:
1212
lint:

.github/workflows/made-collections.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-collections
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Collections/dist
6766
run: npm publish
6867
env:

.github/workflows/made-data-converters.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-data-converters
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Data.Converters/dist
6766
run: npm publish
6867
env:

.github/workflows/made-data-validation.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-data-validation
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Data.Validation/dist
6766
run: npm publish
6867
env:

.github/workflows/made-diagnostics.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-diagnostics
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Diagnostics/dist
6766
run: npm publish
6867
env:

.github/workflows/made-networking.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-networking
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Networking/dist
6766
run: npm publish
6867
env:

.github/workflows/made-runtime.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-runtime
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Runtime/dist
6766
run: npm publish
6867
env:

.github/workflows/made-threading.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: made-threading
22

33
on:
4-
create:
5-
branches:
6-
- release/**
74
push:
5+
tags:
6+
- v*
87
branches:
98
- main
109
paths:
@@ -62,7 +61,7 @@ jobs:
6261
run: cp "README.md" "./dist/README.md"
6362

6463
- name: Publish
65-
if: startsWith(github.ref, 'refs/heads/release')
64+
if: startsWith(github.ref, 'refs/tags/v')
6665
working-directory: MADE.Threading/dist
6766
run: npm publish
6867
env:

0 commit comments

Comments
 (0)