Skip to content

Commit

Permalink
Fix the triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Oct 3, 2023
1 parent ccbc94f commit c7ab33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
tags:
- "*"
branches:
- main
tags: ["v*.*.*"]
branches: ["main"]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
tags: ["v*.*.*"]
branches: ["*"]

jobs:
style:
Expand Down

0 comments on commit c7ab33b

Please sign in to comment.