Skip to content

Commit

Permalink
refactor: Update devcontainer image name construction in build-devcon…
Browse files Browse the repository at this point in the history
…tainer.yml
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent 11e9c04 commit 55e760c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: 'build devcontainer image'
on:
# rebuild any PRs and main branch changes
pull_request:
files:
- '.github/*'
push:
branches:
- main
- develop
files:
- '.github/*'

permissions:
# write-all is too much, but we need to write to packages
Expand Down

0 comments on commit 55e760c

Please sign in to comment.