Skip to content

Commit

Permalink
Update production.yml to remove build on PR close
Browse files Browse the repository at this point in the history
Unecessay since it's built on merge to main, and cannot work on outside repos.
  • Loading branch information
tim-eves authored Nov 26, 2024
1 parent 04511a1 commit bbbcb49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ on:
- .github/workflows/**
- sldr/**
branches: [ release ]
pull_request:
types:
- closed
paths:
- .github/workflows/**
- sldr/**
branches: [ release ]

jobs:
build:
Expand Down

0 comments on commit bbbcb49

Please sign in to comment.