Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 22, 2022
1 parent b32b8b6 commit 9bed104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: auto-merge

on:
pull_request_target:
branches:
- master
on: [pull_request, pull_request_target]

jobs:
auto-merge:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Master

on:
push:
branches:
- master
on: [push]

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Pr Checker

on:
pull_request:
branches:
- master
on: [pull_request, pull_request_target]

jobs:
build:
Expand Down

0 comments on commit 9bed104

Please sign in to comment.