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

trigger CI when someone opens a PR #217

Open
jdrouet opened this issue Oct 6, 2021 · 1 comment
Open

trigger CI when someone opens a PR #217

jdrouet opened this issue Oct 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jdrouet
Copy link
Owner

jdrouet commented Oct 6, 2021

No description provided.

@jdrouet jdrouet added the bug Something isn't working label Oct 6, 2021
@jdrouet jdrouet self-assigned this Oct 6, 2021
@nisargparikh69
Copy link

@jdrouet
I can add this line in workflow files for cli, core, wasm .

on:
  pull_request:
      types: [ opened, synchronize, reopened ]

Plz let me know should i go ahead or you have other suggestions.
Type:

  1. opened is when PR created
  2. synchronize is when commit is pushed to PR
  3. reopened is when closed pull request is reopened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants