We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3ee60 commit 01e2aecCopy full SHA for 01e2aec
.github/workflows/build-linux.yaml
@@ -2,12 +2,10 @@ name: "Build for Linux"
2
3
# Adapted from https://github.com/ferraridamiano/ConverterNOW/blob/master/.github/workflows/build_deploy.yml
4
5
-# v* tags will trigger F-Droid, others wont. Use v-less tag names for now, for testing.
6
on:
7
push:
8
tags:
9
- '*'
10
- - '!v*'
11
12
jobs:
13
build:
0 commit comments