Skip to content

Commit 062266a

Browse files
prasad-sawantdesaiolivhoenen
authored andcommitted
added pull_request event with options
1 parent 6151b37 commit 062266a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: linting-and-code-formatting
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
47

58
jobs:
69
build:

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build-wheel-and-publish-test-pypi
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
47

58
jobs:
69
build:

.github/workflows/test_with_pytest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test using pytest
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
47

58
jobs:
69
test:

0 commit comments

Comments
 (0)