Skip to content

Commit

Permalink
kubernetes - test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 25, 2024
1 parent 88e5080 commit 0c78c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
branches:
- master
- example/kubernetes # FIXME remove
paths: ['.devops/*.*', '.github/kubernetes.yml', 'examples/kubernetes/**.*']
paths: ['.devops/*.*', '.github/workflows/kubernetes.yml', 'examples/kubernetes/**.*']
pull_request:
types: [opened, synchronize, reopened]
paths: ['.devops/*.*', '.github/kubernetes.yml', 'examples/kubernetes/**.*']
paths: ['.devops/*.*', '.github/workflows/kubernetes.yml', 'examples/kubernetes/**.*']

jobs:
server:
Expand Down

0 comments on commit 0c78c5b

Please sign in to comment.