1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

Change the submodule GH workflow back to on-push to develop

This commit is contained in:
Athanasius 2023-04-16 11:05:21 +01:00
parent a98c33432d
commit 41505736ac
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -2,10 +2,10 @@
name: Submodule Updates
on:
# push:
# branches: [ develop ]
schedule:
- cron: '0 12 * * *'
push:
branches: [ develop ]
# schedule:
# - cron: '0 12 * * *'
jobs:
check_submodules: