ci: Always run on dev branch only

This commit is contained in:
Pun Butrach
2024-06-15 17:36:25 +07:00
committed by GitHub
parent c13827e8e1
commit 46f6a49a7a

View File

@@ -5,6 +5,7 @@ on:
schedule: schedule:
- cron: 00 12 * * 1 - cron: 00 12 * * 1
push: push:
branches: dev
paths: paths:
- assets/i18n/*.json - assets/i18n/*.json
- assets/i18n/*.dart - assets/i18n/*.dart