Refine workflow triggers

This commit is contained in:
hackercat
2021-01-19 09:30:19 +00:00
parent 1a45973e6f
commit 3bd54d2bf6
+7 -1
View File
@@ -1,10 +1,16 @@
name: Daily build
name: Build Docker image
on:
schedule:
- cron: 0 0 * * *
push:
paths:
- '.github/workflows/build-images.yml'
- 'linux/**'
pull_request:
paths:
- '.github/workflows/build-images.yml'
- 'linux/**'
workflow_dispatch:
jobs: