Skip to content

Commit

Permalink
Fix workflow of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Jul 23, 2023
1 parent 88f532c commit 2b2bea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Publish dev version
on:
push:
branches:
- $default-branch
- main
paths:
- citeproc-lua-dev-1.rockspec
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 2b2bea1

Please sign in to comment.