Skip to content

Commit

Permalink
add gh push paths
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Feb 2, 2024
1 parent 6e02051 commit d24a48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_pgbackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build pgbackup
on:
workflow_dispatch:
push:
paths:
- 'postgres-backup**'
branches:
- master
tags:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_s3-lastmodified-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build s3-lastmodified-checker
on:
workflow_dispatch:
push:
paths:
- 's3-lastmodified-checker**'
branches:
- master
tags:
Expand Down

0 comments on commit d24a48e

Please sign in to comment.