Skip to content

Commit

Permalink
refactor: Update build-devcontainer.yml to include all PRs and main b…
Browse files Browse the repository at this point in the history
…ranch changes
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent 2ac8ea5 commit 7e43ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
# rebuild any PRs and main branch changes
pull_request:
paths:
- '.github/*'
- '.github/**'
push:
branches:
- main
- develop
paths:
- '.github/*'
- '.github/**'

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

0 comments on commit 7e43ae5

Please sign in to comment.