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