Skip to content

Commit 1c1ab18

Browse files
authored
Run checks on all PRs (duckduckgo#1929)
Task/Issue URL: https://app.asana.com/0/0/1205320678425970/f Tech Design URL: CC: @ayoy Description: This PR updates the PR workflow to run checks on all PRs, not just those targeting specific branches. This is to allow us to more effectively leverage stacked PRs in our workflow, as they currently do not have any checks run against them.
1 parent aecf989 commit 1c1ab18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [ develop, "release/**" ]
66
pull_request:
7-
branches: [ develop, "release/**" ]
8-
97

108
jobs:
119
swiftlint:

0 commit comments

Comments
 (0)