We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892d16 commit 76d4846Copy full SHA for 76d4846
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,11 @@
1
name: Testing taskiq
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - develop
8
+ - master
9
10
jobs:
11
lint:
0 commit comments