Skip to content

Commit

Permalink
Updates workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Oct 14, 2023
1 parent be5b78c commit 5bf126a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: Main
name: Pull Request
on:
push:
branches:
- main
pull_request:
jobs:
image:
uses: ./.github/workflows/image.yaml
agent:
needs: image
uses: ./.github/workflows/agent.yaml
extensions:
uses: ./.github/workflows/extensions.yaml
web:
needs: image
uses: ./.github/workflows/web.yaml
build:
needs: image
uses: ./.github/workflows/build.yaml
bats:
needs: build
Expand Down

0 comments on commit 5bf126a

Please sign in to comment.