We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9062 commit 78e488dCopy full SHA for 78e488d
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
- if: github.ref_type == "branch"
+ if: github.ref_type == 'branch'
11
steps:
12
- uses: actions/checkout@v2
13
0 commit comments