Skip to content

Commit

Permalink
Revert changes in GH workflow (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortey authored Apr 25, 2024
1 parent 63c273e commit 527b1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
branches: [ "main", "release-*" ]
pull_request:
# paths-ignore:
# - 'docs/**'
# - 'examples/**'
paths-ignore:
- 'docs/**'
- 'examples/**'
types:
- opened
- reopened
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/serverless-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
branches: [ "main", "release-*" ]
pull_request:
# paths-ignore:
# - 'docs/**'
# - 'examples/**'
paths-ignore:
- 'docs/**'
- 'examples/**'
types:
- opened
- reopened
Expand Down

0 comments on commit 527b1fa

Please sign in to comment.