Skip to content

Commit b50939a

Browse files
authored
Trigger tests and analysis on master (#1290)
1 parent 5027a03 commit b50939a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Static Analysis"
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- "master"
47
pull_request_target:
58
types: [opened, synchronize]
69
branches:

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: JFrog Client Go Tests
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- "master"
47
pull_request_target:
58
types: [labeled]
69

0 commit comments

Comments
 (0)