Skip to content

Commit 74676c0

Browse files
committed
Debug ref
1 parent b3155da commit 74676c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ jobs:
7777
- spellcheck
7878
- build
7979

80-
if: ${{ github.ref_name == 'master' || github.ref_name == 'sp2023' }}
8180

8281
steps:
82+
- name: Check ref
83+
run: echo '${{ github.ref_name }};''
8384
- name: Deploy to GitHub Pages
85+
if: ${{ github.ref_name == 'master' || github.ref_name == 'sp2023' }}
8486
id: deployment
8587
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)