Skip to content

Commit

Permalink
add (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 authored May 30, 2024
1 parent 6ffb589 commit 1e983c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tmp-tag-push-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: tag push test

on:
push:
tags:
- 'v*'

jobs:
set-matrix:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: tag push
run: |
echo "tag push"

0 comments on commit 1e983c7

Please sign in to comment.