Skip to content

Commit 2a934f0

Browse files
authored
Updated github actions to trigger on changes on pull-requests (#7)
1 parent 3c7f0e4 commit 2a934f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
types: [opened, synchronize, reopened]
1213
paths:
1314
- src/**
1415

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- src/**
88
pull_request:
99
branches: [ "main" ]
10+
types: [opened, synchronize, reopened]
1011
paths:
1112
- src/**
1213
schedule:

0 commit comments

Comments
 (0)