We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658b2dd commit 5da6a7cCopy full SHA for 5da6a7c
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
run: python3 .github/validate_mod_json.py
45
46
update_size:
47
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
+ if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
48
runs-on: ubuntu-latest
49
defaults:
50
run:
0 commit comments