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 5440566 commit 95d568bCopy full SHA for 95d568b
.github/workflows/test.yaml
@@ -8,4 +8,7 @@ jobs:
8
homebrew:
9
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
10
name: Bump Homebrew formula
11
- run: echo "HELLO"
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: "test"
14
+ run: echo "HELLO"
0 commit comments