PEASS-ng/.github/workflows/CI-linpeas_master.yml
Carlos Polop 1de809c83c flows
2021-06-18 03:36:14 +02:00

21 lines
369 B
YAML

name: CI-linpeas_master
on:
push:
branches:
- linpeas_prod
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: pull-request
uses: repo-sync/pull-request@v2
with:
destination_branch: "master"
github_token: ${{ secrets.GITHUB_TOKEN }}