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

Update build-and-test-linux.yaml

This commit is contained in:
Brenden Matthews 2023-03-14 17:40:29 -04:00 committed by GitHub
parent 109b2ba7de
commit 65e04dffa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,15 @@ on:
push: push:
branches: branches:
- main - main
paths-ignore:
- web/**
- doc/**
pull_request: pull_request:
branches: branches:
- main - main
paths-ignore:
- web/**
- doc/**
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true