Skip to content

Commit

Permalink
feat: update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ivanov <[email protected]>
  • Loading branch information
contributorpw committed Dec 6, 2023
1 parent b38d4a9 commit cb122f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Deploy Script
on:
workflow_dispatch:
push:
branches: [main, develop]
branches: [master]
release:
types: [published]
schedule:
- cron: "0 0 * * SUN"
# schedule:
# - cron: "0 0 * * SUN"

jobs:
deploy:
Expand Down

0 comments on commit cb122f3

Please sign in to comment.