Skip to content

Commit 830d90d

Browse files
authored
chore(github-actions): Only run validate workflow once in PRs
1 parent ddf8429 commit 830d90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Validate code
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on: [push, workflow_dispatch]
44

55
jobs:
66
validate:

0 commit comments

Comments
 (0)