Skip to content

Tests are not being executed on PR from forks #217

@josecelano

Description

@josecelano

When you create a PR from a forked repo the test.yml workflow is not triggered. That's because it only has the "push" event. We were initially working only with branches in the same repo. We need to add the pull_request event:

on:
  pull_request:
  push:
    branches: [main, issue-*]
  workflow_dispatch:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions