Skip to content

Commit a503a29

Browse files
committed
Made simple deployment work correctly
1 parent df37f65 commit a503a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
needs: test
4646
runs-on: ubuntu-latest
47-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
47+
if: always() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
4848

4949
steps:
5050
- name: Checkout code

0 commit comments

Comments
 (0)