Skip to content

Commit

Permalink
Merge branch 'main' into use-fixed-forest-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih authored Nov 28, 2023
2 parents 4ec4d7c + c1d7958 commit 5a0f722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cf-latest-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy CF latest-snapshot
on:
pull_request:
paths:
- 'cf/latest-snapshot'
- 'cf/latest-snapshot/**'
- '.github/workflows/deploy-cf-latest-snapshot.yml'
push:
paths:
- 'cf/latest-snapshot'
- 'cf/latest-snapshot/**'
- '.github/workflows/deploy-cf-latest-snapshot.yml'
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cf-prune-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Deploy CF prune-latest
on:
pull_request:
paths:
- 'cf/prune-latest'
- 'cf/prune-latest/**'
- '.github/workflows/deploy-cf-prune-latest.yml'
push:
paths:
- 'cf/prune-latest'
- 'cf/prune-latest/**'
- '.github/workflows/deploy-cf-prune-latest.yml'
workflow_dispatch:

Expand Down

0 comments on commit 5a0f722

Please sign in to comment.