We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f577f commit b21cab2Copy full SHA for b21cab2
2 files changed
.github/actions/install-vault/action.yml
@@ -19,6 +19,7 @@ runs:
19
linux*) os="linux" ;;
20
darwin*) os="darwin" ;;
21
msys*) os="windows" ;;
22
+ cygwin*) os="windows" ;;
23
*) echo "unknown os: ${OSTYPE}"; exit 1 ;;
24
esac
25
.github/workflows/test-windows.yml
@@ -20,6 +20,7 @@ on:
branches:
- main
- release/**
+ - jrasell-test
paths-ignore:
- 'README.md'
26
- 'CHANGELOG.md'
0 commit comments