Skip to content

Commit e61d5be

Browse files
chore: remove push triggers from workflows
1 parent ea84aa7 commit e61d5be

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Java Build
22

33
on:
4-
push:
5-
branches: [master, v2]
64
pull_request:
75
types: [opened, synchronize, ready_for_review]
86

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
name: CodeQL
1313

1414
on:
15-
push:
16-
branches: [master, v2]
1715
pull_request:
1816
branches: [master, v2]
1917
schedule:

0 commit comments

Comments
 (0)