Skip to content

Commit

Permalink
Debug commit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpelgrims committed Apr 1, 2024
1 parent 1d11e0b commit 1c73328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- ci

jobs:
test-and-build:
Expand All @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- run: ls
- run: mv ./vue-use-query-param/* .
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 1c73328

Please sign in to comment.