Skip to content

Commit cf9d16e

Browse files
authored
chore: adjust workflow (#19)
2 parents 7f673c8 + cfe2bc0 commit cf9d16e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: '0 0 1 * *' # Run monthly
8+
- cron: '0 0 1 * *'
99
workflow_dispatch:
1010
inputs:
1111
skip_scrape:
@@ -63,7 +63,6 @@ jobs:
6363
6464
- name: Bump version and commit
6565
if: |
66-
github.event_name == 'push' ||
6766
steps.scrape.outputs.has_changes == 'true' ||
6867
(github.event_name == 'workflow_dispatch' && inputs.force_release == 'true')
6968
run: |

0 commit comments

Comments
 (0)