Ignore tags and other branches

This commit is contained in:
aristocratos 2021-10-06 17:27:51 +02:00
parent c7f1e71e29
commit d901bbebd9

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: