Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Oct 9, 2023
1 parent 6a67129 commit eed8b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- v*
- v4
pull_request:
branches:
- main
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
onyxia-${{needs.prepare_release.outputs.new_chart_version}}.tgz
env:
# NOTE: We can't use github.token because it would not trigger the dispatch workflow.
GITHUB_TOKEN: ${{secrets.MY_GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.MY_GITHUB_TOKEN}}

0 comments on commit eed8b1e

Please sign in to comment.