Skip to content

Commit b9ebc1d

Browse files
committed
Add to base branch for customization in other branches
1 parent c066080 commit b9ebc1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/Experiment.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Experiment
3+
4+
on: workflow_dispatch
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 5
10+
steps:
11+
12+
- uses: actions/checkout@v2
13+
14+
- shell: bash
15+
run: ls -lhR

0 commit comments

Comments
 (0)