Skip to content

Commit bad6907

Browse files
committed
Updated Github Workflows to trigger upon PR
- Added the 'pull_request' element to the yml so that now all workflows should be triggered on any event for any pull request in any branch
1 parent eecf430 commit bad6907

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/scan-code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
workflow_dispatch:
4+
pull_request:
45
schedule:
56
- cron: "0 ? * * 1"
67

.github/workflows/test-macos-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
workflow_dispatch:
4+
pull_request:
45
schedule:
56
- cron: "0 ? * * 1"
67

.github/workflows/test-ubuntu-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
workflow_dispatch:
4+
pull_request:
45
schedule:
56
- cron: "0 ? * * 1"
67

.github/workflows/test-windows-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
workflow_dispatch:
4+
pull_request:
45
schedule:
56
- cron: "0 ? * * 1"
67

0 commit comments

Comments
 (0)