Skip to content

Commit

Permalink
cicd tests3
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmenges committed Apr 18, 2024
1 parent 2e1fa08 commit 8f71107
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/aws_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Filter Paths
uses: dorny/paths-filter@v3
id: filter
with:
# Changed file can be 'added', 'modified', or 'deleted'.
# By default, the type of change is not considered.
# Optionally, it's possible to specify it using nested
# dictionary, where the type of change composes the key.
# Multiple change types can be specified using `|` as the delimiter.
filters:
addedOrModified:
- added|modified: '**'
id: filter
with:
# Changed file can be 'added', 'modified', or 'deleted'.
# By default, the type of change is not considered.
# Optionally, it's possible to specify it using nested
# dictionary, where the type of change composes the key.
# Multiple change types can be specified using `|` as the delimiter.
filters:
addedOrModified:
- added|modified: '**'

File renamed without changes.

0 comments on commit 8f71107

Please sign in to comment.