Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 0753719

Browse files
committed
Update allowed build branches for PRs
1 parent e4c7a70 commit 0753719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: build
33

44
on:
55
push:
6-
branches:
7-
- master
6+
branches: [ master ]
87
pull_request:
8+
branches: [ master ]
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)