Skip to content

Actions not triggered on Pull Requqest #52

Description

@RobWin

I think we need to modify all of our GitHub Workflow files. They are not triggered for Pull Requests
Instead of

on: [ push ]

it should be

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions