Skip to content

Commit

Permalink
change triggers for existing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Jun 25, 2024
1 parent 19e892f commit d8cb9fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: manual-1

on:
pull_request:
branches: [master]
workflow_dispatch:
inputs:
version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-spec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: validate specification

on:
pull_request:
push:
branches:
- master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-clients.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: verify clients

on:
pull_request:
push:
branches:
- master

Expand Down

0 comments on commit d8cb9fd

Please sign in to comment.