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 aa3067a commit 02f084dCopy full SHA for 02f084d
.github/workflows/publish.yaml
@@ -3,7 +3,7 @@ on:
3
release:
4
types: [published]
5
jobs:
6
- deploy:
+ publish:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Inject env variables
.github/workflows/test.yaml
@@ -1,7 +1,7 @@
1
name: Check Markdown and Examples
2
on: [push, pull_request]
+ check:
strategy:
fail-fast: false
matrix:
0 commit comments