Skip to content

Commit

Permalink
refactor: Update build-devcontainer.yml to remove unnecessary workflo…
Browse files Browse the repository at this point in the history
…w_call conditions
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent 3545243 commit 518849b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ on:
- '.github/**'
# make this workflow reusable from other workflows
workflow_call:
branches:
- main
- develop
# only rebuild devcontainer image if files in ./github/** are changed
paths:
- '.github/**'


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

0 comments on commit 518849b

Please sign in to comment.