Skip to content

Commit 3cd0dca

Browse files
committed
Add stub workflow for updating feature branches.
1 parent e0c330d commit 3cd0dca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update Feature Branches
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
6+
jobs:
7+
no_op:
8+
name: no-op
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- name: noop
12+
run: true

0 commit comments

Comments
 (0)