We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f474e9 commit 2b884a3Copy full SHA for 2b884a3
.github/workflows/sync-packages.yml
@@ -2,6 +2,7 @@ name: Sync packages
2
3
on:
4
pull_request:
5
+ branches: '**'
6
schedule:
7
- cron: '0 0 * * 0' # At 00:00 on Sunday.
8
@@ -34,5 +35,6 @@ jobs:
34
35
commit-message: '(AUTO) Update packages data'
36
title: '🤖 Update packages data'
37
body: Automatically fetch latest packages data from NPM & GitHub.
38
+ base: main
39
branch: ci/update-packages-data
40
delete-branch: true
0 commit comments