Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Dec 8, 2023
1 parent b473bca commit 5f017ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Release

on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches:
- master

workflow_run:
workflows: ["Test"] # El nombre del workflow de pruebas
workflows: ["Test"]
types:
- completed
branches:
Expand All @@ -17,6 +21,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest

outputs:
version: ${{ steps.release.outputs.version }}

env:
IMAGE_NAME: digichanges/nexp-api
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ with these tables.
* users_has_roles
* roles_has_permissions

And a function call `get_authorization`.
And a function call `get_authorization`...

## Advantages

Expand Down

0 comments on commit 5f017ec

Please sign in to comment.