Ignore tags and other branches

This commit is contained in:
aristocratos 2021-10-06 17:27:51 +02:00
parent c7f1e71e29
commit d901bbebd9
1 changed files with 4 additions and 1 deletions

View File

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