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 2991819 commit 67a9669Copy full SHA for 67a9669
.github/workflows/release.yaml
@@ -1,8 +1,8 @@
1
name: Release python package
2
3
on:
4
- push:
5
- tags:
+ release:
+ types:
6
- released
7
8
jobs:
.github/workflows/test.yaml
@@ -1,6 +1,17 @@
name: Testing taskiq-psqlpy
-on: pull_request
+on:
+ pull_request:
+ paths-ignore:
+ - '*.md'
+ push:
9
10
+
11
+permissions:
12
+ actions: read
13
+ contents: read
14
+ pull-requests: read
15
16
17
lint:
0 commit comments