Skip to content

Commit

Permalink
sdsd
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Aug 9, 2023
1 parent dae3bb6 commit 77f6044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ concurrency:
cancel-in-progress: true
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+_java" # ex. v1.0.0_java
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+_java" # ex. v1.0.0_java

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -35,4 +35,5 @@ jobs:
run: |
echo ${{github.event}}
echo ${{github.event_path}}
cat /home/runner/work/_temp/_github_workflow/event.json
echo ${{github.event_name}}

0 comments on commit 77f6044

Please sign in to comment.