We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6537c71 commit 98e328dCopy full SHA for 98e328d
1 file changed
.github/workflows/openvpn.yml
@@ -30,7 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
# List of refs to test
33
- ref: [ release/2.6, v2.6.0 ] # 'master' is currently broken
+ ref: [ release/2.6, v2.6.0, master ]
34
name: ${{ matrix.ref }}
35
runs-on: ubuntu-latest
36
# This should be a safe limit for the tests to run.
0 commit comments