Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 4, 2024
1 parent 9f188d2 commit 2a5e334
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Deploy recipes"

on:
workflow_dispatch:
push:
branches: ["main"]
paths: # only run on changes to feedstock relevant code
- 'feedstock/**'
- 'configs/**'
- '.github/workflows/deploy.yaml'
# push:
# branches: ["main"]
# paths: # only run on changes to feedstock relevant code
# - 'feedstock/**'
# - 'configs/**'
# - '.github/workflows/deploy.yaml'
pull_request:
branches: ["main"]
paths: # only run on changes to feedstock relevant code
Expand Down

0 comments on commit 2a5e334

Please sign in to comment.