Skip to content

Commit 505a9be

Browse files
authored
change to push on tag
1 parent 59eff37 commit 505a9be

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/web-ext-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "Release"
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# tags:
7-
# - "v*.*.*"
8-
release:
9-
types: [published]
5+
push:
6+
tags:
7+
- "v*.*.*"
8+
# release:
9+
# types: [published]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)