Skip to content

Commit

Permalink
ci: wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Feb 11, 2024
1 parent 8778d70 commit 7084e80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy
on: [push]
branch: main
on:
push:
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit 7084e80

Please sign in to comment.