Skip to content

Commit 9239c9e

Browse files
authored
CI: restrict pushes event and add workflow_dispatch (#4306)
1 parent 0303c38 commit 9239c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Tests
22

33
on:
44
push:
5-
branches-ignore:
6-
- "translations"
7-
- "dependabot/**"
5+
branches:
6+
- main
87
pull_request:
8+
workflow_dispatch:
99

1010
jobs:
1111
run:

0 commit comments

Comments
 (0)