Skip to content

Commit

Permalink
test add tag CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Aug 31, 2024
1 parent 4702094 commit 2b3d604
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tag-doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Add documentation tag
on:
pull_request:
workflow_dispatch:

jobs:
tag-documentation:
runs-on: ubuntu-latest
steps:
- name: Check for github events
run: |
echo ${{ github.event }}
2 changes: 2 additions & 0 deletions docs/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Testing...
=======

0 comments on commit 2b3d604

Please sign in to comment.