Skip to content

Commit a1fe89a

Browse files
committed
Update workflow to run on every push in the branch
1 parent 244319e commit a1fe89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

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

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches: [ dxt ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)