build workflow on change of any file

This commit is contained in:
Gormery Kombo Wanjiru
2024-02-27 22:11:22 +01:00
parent 5556b80994
commit 05e545cbb6

View File

@@ -7,12 +7,12 @@ on:
branches:
- 'main'
paths:
- '*'
- '**'
pull_request:
branches:
- 'main'
paths:
- '*'
- '**'
schedule:
- cron: '0 0 * * 0'
workflow_dispatch: