Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit e160189

Browse files
authored
Push compatible now
1 parent d7d1a50 commit e160189

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Check for New Releases & Build
33
on:
44
schedule:
55
- cron: '30 5,17 * * *'
6+
push:
7+
branches:
8+
- '*'
69

710
jobs:
811
check-releases:
@@ -20,10 +23,10 @@ jobs:
2023
- name: Install dependencies
2124
run: pip install requests
2225

23-
- name: Run Python script
26+
- name: Run Python script for updates
2427
run: python check_releases.py
2528

26-
- name: Zip output directory
29+
- name: Prepeare package
2730
run: |
2831
chmod +x packagebuild.sh
2932
./packagebuild.sh

0 commit comments

Comments
 (0)