Update linpeas-development.yml

This commit is contained in:
Carlos Polop 2021-06-18 02:17:41 +02:00 committed by GitHub
parent da980e49e3
commit d2bacee3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,10 @@ name: CI-linpeas-ubuntu
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ linpeasdevelop ]
branches:
- 'linpeasdevelop'
paths:
- '!**linpeas.sh'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -53,4 +56,4 @@ jobs:
uses: repo-sync/pull-request@v2
with:
destination_branch: "master" #Pull request to master
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}