mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
run also on certain push events
This commit is contained in:
8
.github/workflows/linux-flatpak.yml
vendored
8
.github/workflows/linux-flatpak.yml
vendored
@@ -8,6 +8,14 @@ on:
|
||||
tag:
|
||||
description: 'Release tag'
|
||||
required: false
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
paths:
|
||||
- '.github/workflows/linux-flatpak.yml'
|
||||
- 'dist/linux/flatpak/**'
|
||||
- 'dist/linux/common/**'
|
||||
- 'dist/linux/resources/**'
|
||||
|
||||
jobs:
|
||||
get-version:
|
||||
|
||||
Reference in New Issue
Block a user