Skip to content

Commit 9737878

Browse files
authored
Allow Github Actions executions from contributions PR
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
1 parent 3beaca2 commit 9737878

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: build-test
44
# but not on master or tags
55
# and only for Dockerfile related modifications
66
on:
7+
pull_request:
8+
types: [ synchronize, opened, reopened, ready_for_review ]
79
push:
810
tags-ignore:
911
- "**"

.github/workflows/lint-dockerfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: lint-dockerfile
44
# but not on master or tags
55
# and only for Dockerfile related modifications
66
on:
7+
pull_request:
8+
types: [ synchronize, opened, reopened, ready_for_review ]
79
push:
810
tags-ignore:
911
- "**"
@@ -28,3 +30,4 @@ jobs:
2830
with:
2931
dockerfile: "Dockerfile"
3032
config: "hadolint.yaml"
33+

0 commit comments

Comments
 (0)