Skip to content

Github actions not running on Pull Requests #25416

Answered by markwylde
markwylde asked this question in Actions
Discussion options

You must be logged in to vote

Yeah that was the issue. I changed it to:

on:
  pull_request:
  push:
    branches:
      - master

And it now works perfectly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant