Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
Signed-off-by: i-zhen <zhenyi.zhen@antgroup.com>
  • Loading branch information
i-zhen committed Dec 25, 2023
1 parent 4d7bf17 commit 383e892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
@@ -1,8 +1,8 @@
name: Release
on:
push:
tags:
- "v*"
on: ["push", "pull_request"]
# push:
# tags:
# - "v*"
permissions:
contents: write
jobs:
Expand Down
4 changes: 2 additions & 2 deletions docker/ir-cli/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:centos8
COPY ../../ir_cli/_build/sir /sir
COPY ../../ir_example/hello_world.ir /sir/example/hello_world.ir
COPY _build/sir /sir
COPY ir_example/hello_world.ir /sir/example/hello_world.ir

RUN chmod +x /sir/bin/ir_cli

Expand Down

0 comments on commit 383e892

Please sign in to comment.