Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow committed Aug 20, 2024
1 parent c9c29e5 commit ea28fc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ env:

on:
push:
branches:
- "main"
tags:
- '*'
- "*"
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit ea28fc2

Please sign in to comment.