Skip to content

Commit

Permalink
fix: Update pre-build-dev-container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos authored Aug 26, 2024
1 parent 37b1efd commit ecc4393
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 ecc4393

Please sign in to comment.