Skip to content

Commit

Permalink
try making deploy depend on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashleyhx committed Dec 11, 2023
1 parent ba19126 commit c6d5b29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Build-And-Deploy

on:
push:
branches:
- master
pull_request:
workflow_run:
workflows: [ "Lint"]
types:
- completed

jobs:
docker:
needs: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit c6d5b29

Please sign in to comment.