Skip to content

Commit

Permalink
fix CF deployment (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Nov 28, 2023
1 parent fb0a16b commit c1d7958
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 c1d7958

Please sign in to comment.