From d901bbebd94ec45c45431fcd1ab37a974f783d9b Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 6 Oct 2021 17:27:51 +0200 Subject: Ignore tags and other branches --- .github/workflows/continuous-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 91392c0..33d545c 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -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: -- cgit v1.2.3