Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Apr 13, 2024
1 parent 4324918 commit a47a1ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ci
"on":
push: null
workflow_dispatch: null
on:
push:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit a47a1ce

Please sign in to comment.