0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

CI: Fix push workflow checking for ref name instead of type

Documentation should always be updated on a tag push, hence why the
check should be skipped, but requires checking the type rather than
the name.
This commit is contained in:
PatTheMav 2023-08-16 23:34:47 +02:00 committed by Ryan Foster
parent abd29b9760
commit 3a347fe327

View File

@ -113,7 +113,7 @@ jobs:
fetch-depth: 0
- name: Check for Changed Files ✅
if: github.ref_name != 'tag'
if: github.ref_type != 'tag'
uses: ./.github/actions/check-changes
id: checks
with: