Skip to content

Commit

Permalink
Merge pull request #42 from Digital-Defiance/patch-workflow-permissions
Browse files Browse the repository at this point in the history
fix: Update pre-build-dev-container.yml
  • Loading branch information
RuiFilipeCampos authored Aug 26, 2024
2 parents 37b1efd + ecc4393 commit abadcfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-build-dev-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on:
push:
paths:
- '.github/.devcontainer/**'
- '.github/workflows/pre-build-dev-container.yml'
branches:
- "main"
tags:
- "v*.*.*"


permissions:
packages: write

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abadcfc

Please sign in to comment.