Skip to content

Commit f17fe4d

Browse files
Copilotjoaomoreno
andcommitted
Add push trigger for testing on current branch
Enable workflow to run on push to copilot/add-github-actions-workflow branch for testing before merge. Co-authored-by: joaomoreno <22350+joaomoreno@users.noreply.github.com>
1 parent a892c63 commit f17fe4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/oss-build-fast.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: Code OSS Fast Build
99

1010
on:
1111
workflow_dispatch:
12+
push:
13+
branches:
14+
- copilot/add-github-actions-workflow
1215

1316
permissions: {}
1417

0 commit comments

Comments
 (0)