Skip to content

Commit

Permalink
name workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 15, 2023
1 parent f13e149 commit b138d05
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
name: CI

"on":
push:
workflow_dispatch:
schedule:
- cron: "0 0,12 * * *"

jobs:
build:
name: Build app
Expand Down Expand Up @@ -38,10 +46,4 @@ jobs:
git pull --rebase --autostash
git add dist
git commit -m "action: build the app" || echo ""
git push
"on":
push:
workflow_dispatch:
schedule:
- cron: "0 0,12 * * *"
git push

0 comments on commit b138d05

Please sign in to comment.