Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7d9971631913187136be1b40983e797ff4f8033e
Authored by
Jarryd Beck
2021-10-09 12:13:11 +1100
1 parent
946ebb6f
Add workflow dispatch
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
.github/workflows/build.yml
.github/workflows/build.yml
View file @
7d99716
@@ -5,6 +5,7 @@ on:
@@ -5,6 +5,7 @@ on:
5
branches: [ $default-branch ]
5
branches: [ $default-branch ]
6
pull_request:
6
pull_request:
7
branches: [ $default-branch ]
7
branches: [ $default-branch ]
8
+ workflow_dispatch:
8
9
9
jobs:
10
jobs:
10
build:
11
build: