Skip to content

Commit

Permalink
feat(build): Skip CI from specific label
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Aug 23, 2023
1 parent 7dd2c51 commit 7bf8c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
branches:
- "master"
- "develop"

tags-ignore:
- skip-ci
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7bf8c26

Please sign in to comment.