Skip to content

Commit 81e6562

Browse files
committed
ci: run on tag, skip firefox build
1 parent d9df4a8 commit 81e6562

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: uBO release
22

33
on:
4-
create:
5-
branches: master
4+
push:
5+
tags:
6+
- '*'
67

78
permissions:
89
contents: read
@@ -28,7 +29,6 @@ jobs:
2829
- name: Build MV2 packages
2930
run: |
3031
tools/make-chromium.sh ${{ env.VERSION }}
31-
tools/make-firefox.sh ${{ env.VERSION }}
3232
- name: Assemble release notes
3333
run: |
3434
> release.body.txt
@@ -47,4 +47,3 @@ jobs:
4747
body_path: release.body.txt
4848
files: |
4949
dist/build/uBlock0_${{ env.VERSION }}.chromium.zip
50-
dist/build/uBlock0_${{ env.VERSION }}.firefox.xpi

0 commit comments

Comments
 (0)