Skip to content

Commit

Permalink
update action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Aug 2, 2024
1 parent b967e96 commit f0f3c9e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/devcontainer-prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Dev Container Build and Push Image

on:
workflow_dispatch:
pull_request:
branches: [v2-main]
push:
branches:
- "v2-main"
pull_requests:
branches:
- "v2-main"
branches: [v2-main]
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0f3c9e

Please sign in to comment.