Swap triggers around to see if it triggers...

This commit is contained in:
aristocratos 2021-10-17 17:48:31 +02:00 committed by GitHub
parent 7adbcbb6d9
commit be9086c68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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