We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fa1d9 commit 9b046b6Copy full SHA for 9b046b6
2 files changed
.github/workflows/build.yml
@@ -2,8 +2,8 @@ name: Build
2
3
on:
4
push:
5
- # branches:
6
- # - master
+ branches:
+ - master
7
pull_request:
8
branches:
9
- master
.github/workflows/test.yml
@@ -21,5 +21,4 @@ jobs:
21
fi
22
curl -LO https://github.com/YOU54F/test/releases/download/0.0.0/pact-2.5.5-windows-${ARCH}.zip
23
unzip pact-2.5.5-windows-${ARCH}.zip
24
- cd pact-2.5.5-windows-${ARCH}
25
./pact/bin/pact version
0 commit comments