Skip to content

Commit

Permalink
Add tag_filter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-YeoJun committed Jan 26, 2025
1 parent 2e189f8 commit 79829d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions .github/workflows/tag_filter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: tag-filter
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
tag-filter:
runs-on: ubuntu-latest
steps:
- name: echo
run: echo hello

0 comments on commit 79829d4

Please sign in to comment.