Skip to content

Commit 5bdbabe

Browse files
committed
ci: trigger workflows on branch push only, remove pull_request triggers
1 parent 21c2efd commit 5bdbabe

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
6-
pull_request:
7-
branches: [ "master" ]
85
schedule:
96
- cron: '18 4 * * 5'
107

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build Docker image
22

33
on:
4-
pull_request:
4+
push:
5+
branches-ignore:
6+
- master
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)