Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Workflow Triggers #2

Open
romitagl opened this issue Dec 11, 2019 · 0 comments
Open

Extend Workflow Triggers #2

romitagl opened this issue Dec 11, 2019 · 0 comments
Assignees

Comments

@romitagl
Copy link
Owner

Add event to run also on pull request like:

on:
  push:
  # Trigger the workflow on push to master and any feature or bug branch
    branches:
      - master
      - 'feature/**'
      - 'bug/**'
  # Trigger the workflow on pull request (to master),
  pull_request:
    branches:
      - master
@romitagl romitagl self-assigned this Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant