+1
-1
.github/workflows/CI and CD.yml
+1
-1
.github/workflows/CI and CD.yml
···
53
53
name: Create and upload release
54
54
needs: [check]
55
55
if: ${{
56
-
(github.event.push.commits[0].author.username == 'chriskrycho' && github.ref_name == 'main')
56
+
(github.event.commits[0].author.username == 'chriskrycho' && github.ref_name == 'main')
57
57
|| github.event_name == 'workflow_dispatch'
58
58
}}
59
59
permissions: