Skip to content

Commit

Permalink
ci fix: Try different syntax for tag exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
onli authored Dec 6, 2023
1 parent 9fa030a commit 5886a17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Create Appimage
on:
push:
tags-ignore:
branches:
- '**'
tags:
- '!*'
jobs:
Create-Appimage:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 5886a17

Please sign in to comment.