Changed workflow back to prod mode
This commit is contained in:
@@ -5,7 +5,6 @@ on:
|
||||
branches:
|
||||
- "development"
|
||||
- "main"
|
||||
- "hotfix/*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -75,7 +74,7 @@ jobs:
|
||||
update_version:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Format
|
||||
# if: gitea.ref == 'refs/heads/development'
|
||||
if: gitea.ref == 'refs/heads/development'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user