Skip to content

Commit

Permalink
fix: workflow to use trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos committed Jul 2, 2024
1 parent 70e4db7 commit 423d361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "Release dev container features & Generate Documentation"
name: "Release dev container features"
on:
workflow_dispatch:

jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/trunk' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 423d361

Please sign in to comment.