Skip to content

Commit

Permalink
adding manual trigger to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djkormo committed Jun 16, 2024
1 parent 4f6924b commit 5ebd7a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: operator pipeline
workflow_dispatch:
on:
push:
paths:
- 'api/**.go'
- 'config/**.go'
- 'controllers/**.go'
- '**.go'
- 'Dockerfile'
on:
push:
paths:
- 'api/**.go'
- 'config/**.go'
- 'controllers/**.go'
- '**.go'
- 'Dockerfile'


jobs:
Expand Down

0 comments on commit 5ebd7a3

Please sign in to comment.