We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9037e10 commit 7faa809Copy full SHA for 7faa809
1 file changed
.github/workflows/minimal-test.yml
@@ -0,0 +1,11 @@
1
+name: Minimal Test
2
+
3
+on:
4
+ push:
5
+ branches: [test/minimal-workflow]
6
7
+jobs:
8
+ hello:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - run: echo "hello"
0 commit comments