diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 8ecd20e..69b8c6b 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -2,8 +2,10 @@ on: workflow_dispatch: push: branches: - - 'master' - - 'main' + - master + - main + - feature/* + - fix/* env: CI_JOB_TOKEN: ${{ secrets.GITHUB_TOKEN }}