Skip to content

Commit e7705c6

Browse files
committed
chore: run GHA on PRs to any base branch
1 parent 5b88139 commit e7705c6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches: [ master ]
88
pull_request:
9-
branches: [ master ]
109

1110
jobs:
1211
docker-build:

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches: [ master ]
88
pull_request:
9-
branches: [ master ]
109

1110
env:
1211
CARGO_TERM_COLOR: always

.github/workflows/ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [ master ]
88
paths: ['ui/**']
99
pull_request:
10-
branches: [ master ]
1110
paths: ['ui/**']
1211

1312
jobs:

0 commit comments

Comments
 (0)