mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-07-02 01:11:14 +03:00
todo
This commit is contained in:
parent
cbc9cbe316
commit
98c4e31119
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Push
|
name: Push
|
||||||
|
# TODO: Need to be changed into separate configs after
|
||||||
on: [push, release]
|
on: [push, release]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -26,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# TODO: Need to be removed after separate configs are made
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -53,6 +54,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# TODO: Need to be removed after separate configs are made
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user