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

View file

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