Skip to content

Commit

Permalink
Avoid running duplicate workflows (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored May 27, 2023
1 parent 25243d0 commit 1ad2ff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on:
push:
tags-ignore:
- "v*"
pull_request:
branches: [main]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
pull_request:
types: [opened, reopened, synchronize]
pull_request_target:
types: [opened, reopened, synchronize]

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tests

on:
push:
tags-ignore:
- "v*"
pull_request:
branches: [main]

Expand Down

0 comments on commit 1ad2ff2

Please sign in to comment.