Compare commits
2 commits
18a4ab54fb
...
657bfbec01
Author | SHA1 | Date | |
---|---|---|---|
657bfbec01 | |||
3314d62012 |
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
|||
deploy:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue