Ignore tags and other branches

This commit is contained in:
aristocratos 2021-10-06 17:25:22 +02:00
parent dee69b5468
commit 132f4e6da1

View file

@ -2,13 +2,16 @@ name: Continuous Build Linux
on:
push:
branches:
- main
tags-ignore:
- '*.*'
paths:
- 'src/**'
- '!src/osx/**'
- '!src/freebsd/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
jobs:
build: