Skip to content

Commit

Permalink
fix action extension on path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored May 17, 2024
1 parent cedb754 commit 288ec77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-fe-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
paths:
- 'ui/**'
- '.github/workflows/dev-fe-gatekeeper.yaml'
- '.github/actions/fe-e2e/action.yaml'
- '.github/actions/fe-e2e/action.yml'
branches:
- main
pull_request:
paths:
- 'ui/**'
- '.github/workflows/dev-fe-gatekeeper.yaml'
- '.github/actions/fe-e2e/action.yaml'
- '.github/actions/fe-e2e/action.yml'
types: [opened, synchronize]

permissions:
Expand Down

0 comments on commit 288ec77

Please sign in to comment.