Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 9bed104

Browse files
author
Emanuel Suriano
committed
ci: update workflow
1 parent b32b8b6 commit 9bed104

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: auto-merge
22

3-
on:
4-
pull_request_target:
5-
branches:
6-
- master
3+
on: [pull_request, pull_request_target]
74

85
jobs:
96
auto-merge:

.github/workflows/master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Master
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: [push]
74

85
jobs:
96
build:

.github/workflows/pr-checker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Pr Checker
22

3-
on:
4-
pull_request:
5-
branches:
6-
- master
3+
on: [pull_request, pull_request_target]
74

85
jobs:
96
build:

0 commit comments

Comments
 (0)