Skip to content

Commit 18e208a

Browse files
committed
fix flipped triggers
1 parent 026f144 commit 18e208a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release docs
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
branches:
6+
- master
77

88
jobs:
99
build:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish
22

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- '*'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)