Skip to content

Commit

Permalink
CI: Restrict linting and assign milestone to PRs against main
Browse files Browse the repository at this point in the history
There's no need for these to run against backport PRs.
  • Loading branch information
dopplershift committed Jun 29, 2022
1 parent 0efd323 commit 8dfed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assign-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Assign Latest Milestone
on:
pull_request_target:
types: [closed]
branches: [main]

permissions:
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
Expand Down

0 comments on commit 8dfed3d

Please sign in to comment.