Trigger on push to branch "main" not "master"

This commit is contained in:
aristocratos 2021-10-17 17:51:23 +02:00 committed by GitHub
parent be9086c68f
commit 9da58e0e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,10 @@
name: Continuous Build Linux name: Continuous Build Linux
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - main
tags-ignore: tags-ignore:
- '*.*' - '*.*'
paths: paths:
@ -13,7 +14,6 @@ on:
- 'include/**' - 'include/**'
- 'Makefile' - 'Makefile'
- '.github/workflows/continuous-build.yml' - '.github/workflows/continuous-build.yml'
workflow_dispatch:
jobs: jobs:
static-build: static-build: