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 35aca4a commit 4b2893eCopy full SHA for 4b2893e
.github/workflows/build.yaml
@@ -0,0 +1,13 @@
1
+name: Placeholder (build.yaml)
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ - name: Build step
13
+ run: echo "Build step"
.github/workflows/publish.yaml
+name: Placeholder (publish.yaml)
+ release:
+ types: [published]
+ publish:
+ - name: Publish step
+ run: echo "Publish step"
0 commit comments