Skip to content

Commit a8818be

Browse files
committed
Removing the if condition to build
1 parent 553c799 commit a8818be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929

3030
publish:
3131
needs: build-and-test
32-
runs-on: windows-latest
33-
if: github.ref == 'refs/heads/main'
32+
runs-on: windows-latest
3433
steps:
3534
- name: Checkout code
3635
uses: actions/checkout@v3

0 commit comments

Comments
 (0)