revert development branch check

This commit is contained in:
unclekingpin 2023-05-18 13:41:11 -07:00
parent c8a0b5d1ee
commit 713b46b0d4

View file

@ -24,6 +24,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
destination_dir: ${{ github.ref_name != 'pages-ci' && github.ref_name || '' }}
destination_dir: ${{ github.ref_name != 'development' && github.ref_name || '' }}
keep_files: true
allow_empty_commit: true