Skip to content

Commit

Permalink
revert workflow dispatch after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bennett committed Mar 27, 2024
1 parent 06393c2 commit 6962e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swagger-editor-validator.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Swagger Editor validation

on: workflow_dispatch # yamllint disable-line rule:truthy
# pull_request:
# branches:
# - main
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main

jobs:
test_swagger_editor_validator_remote:
Expand Down

0 comments on commit 6962e8a

Please sign in to comment.