Skip to content

Commit

Permalink
ci(build-ipk): ignore issue template update
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Oct 16, 2024
1 parent 125aa34 commit 83d0c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- 'root/**'
- 'Makefile'
- '.github/**'
- '!.github/ISSUE_TEMPLATE/**'

pull_request:
branches:
Expand All @@ -25,6 +26,7 @@ on:
- 'root/**'
- 'Makefile'
- '.github/**'
- '!.github/ISSUE_TEMPLATE/**'

release:
types:
Expand Down

0 comments on commit 83d0c7c

Please sign in to comment.