Merge pull request #432 from kinode-dao/dp/hotfix/remove-workflow-conditional

conditional removed in workflow
This commit is contained in:
doria 2024-07-06 04:36:53 +09:00 committed by GitHub
commit 4eae051e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
timeout-minutes: 60
steps: