Skip to content

Commit 77e2e4a

Browse files
committed
Add manual trigger
1 parent 84cfebb commit 77e2e4a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/poc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: Build project
1+
name: Run Copilot Cli PoC
2+
3+
on:
4+
workflow_dispatch:
25

36
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58

69
jobs:
7-
build:
10+
run-poc:
811
runs-on: ubuntu-latest
912

1013
permissions:

0 commit comments

Comments
 (0)