Skip to content

Commit 154e963

Browse files
committed
adjust workflow to test PR workflow for a test branch
1 parent fcfb6c1 commit 154e963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test Workflow
33
on:
44
# push:
55
# branches: [main]
6-
# pull_request:
7-
# branches: [main]
6+
pull_request:
7+
branches: [test-workflow]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)