diff --git a/.github/workflows/build-devcontainer.yml b/.github/workflows/build-devcontainer.yml index 7534b64..79e594b 100644 --- a/.github/workflows/build-devcontainer.yml +++ b/.github/workflows/build-devcontainer.yml @@ -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