Skip to content
Snippets Groups Projects
Commit dc84a86f authored by Griefed's avatar Griefed :joystick:
Browse files

Fix if statement position

parent c605c058
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ on: ...@@ -8,8 +8,8 @@ on:
jobs: jobs:
multi-registries: multi-registries:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
steps: steps:
if: github.ref == 'refs/heads/develop'Sieht a
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment