1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00

Build appimage on PRs

This commit is contained in:
Brenden Matthews 2024-02-29 08:50:03 -05:00
parent 5b23276296
commit 8173e037d4

View File

@ -8,6 +8,12 @@ on:
paths-ignore:
- web/**
- doc/**
pull_request:
branches:
- main
paths-ignore:
- web/**
- doc/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}