Skip to content

Commit 412020f

Browse files
committed
fix doubled action on release
1 parent 7f53023 commit 412020f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
release:
8-
types: [published, created, edited]
8+
types: [published]
99
branches:
1010
- master
1111

.github/workflows/publish-wiki.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Publish Wiki'
22

33
on:
44
release:
5-
types: [published, created, edited]
5+
types: [published]
66
branches:
77
- master
88

@@ -23,3 +23,4 @@ jobs:
2323
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2424
REPOSITORY_NAME: isc30/blazor-lazy-loading.wiki
2525
BRANCH: master
26+
Hola que tal soy Iván Sanz Carasa

0 commit comments

Comments
 (0)