Skip to content

Commit 2f384f3

Browse files
Attempting to fix PR detection
1 parent ab5dbe3 commit 2f384f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: "CI/CD pull request"
55
on:
66
push:
77
branches:
8-
- "**"
8+
- main
99
pull_request:
10-
types: [opened, reopened]
10+
types: [opened, reopened, synchronize]
1111

1212
jobs:
1313
metadata:

0 commit comments

Comments
 (0)