Skip to content

Commit

Permalink
docs: Update build-devcontainer.yml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent 7e43ae5 commit 9f6e297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: 'build devcontainer image'
on:
# rebuild any PRs and main branch changes
pull_request:
# only rebuild devcontainer image if files in ./github/** are changed
paths:
- '.github/**'
push:
branches:
- main
- develop
# only rebuild devcontainer image if files in ./github/** are changed
paths:
- '.github/**'

Expand Down

0 comments on commit 9f6e297

Please sign in to comment.