Skip to content

Commit f9253f1

Browse files
committed
The condition related to the refs returned
1 parent b493be7 commit f9253f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
needs: [ build-test, cypress-test ]
106106
runs-on: ubuntu-22.04 # muuta uudemmaksi
107107
timeout-minutes: 15
108-
if: github.event_name == 'push' # && github.ref == 'refs/heads/issue1763-pre-built-docker-images-for-public-use' # Ref pois? Ei muissa brancheissä
108+
if: github.event_name == 'push' && github.ref == 'refs/heads/issue1763-pre-built-docker-images-for-public-use' # Ref pois? Ei muissa brancheissä
109109
steps:
110110
- name: Check out repo
111111
uses: actions/checkout@v4

0 commit comments

Comments
 (0)