Skip to content

Commit 6970070

Browse files
authored
Create pull_request.yml
1 parent 38d17b2 commit 6970070

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Pull Request
2+
on:
3+
pull_request:
4+
types: [opened, reopened, edited]
5+
jobs:
6+
release:
7+
uses: modbus2mqtt/specification/.github/workflows/pull.yml@main
8+
permissions:
9+
contents: write

0 commit comments

Comments
 (0)