Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxs-ribs committed Nov 20, 2023
1 parent 68e2ff3 commit 2154c4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish pre-release package
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- luc/test31

workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- v*
branches:
- luc/test31 # Added this line

jobs:
create-release:
Expand Down

0 comments on commit 2154c4d

Please sign in to comment.