We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e6c32 commit 95417e6Copy full SHA for 95417e6
.github/workflows/downstream.yml
@@ -0,0 +1,21 @@
1
+name: downstream
2
+
3
+concurrency:
4
+ group: "${{github.workflow}}-${{github.ref}}"
5
+ cancel-in-progress: true
6
7
+on:
8
+ workflow_dispatch:
9
+ push:
10
+ branches:
11
+ - master
12
+ pull_request:
13
+ types: [opened, synchronize]
14
15
+ - '*'
16
17
+jobs:
18
+ skeleton:
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - run: echo hello world
0 commit comments