Skip to content

How to only run github actions on master branch #25417

Closed Answered by m-nur
m-nur asked this question in Actions
Discussion options

You must be logged in to vote

Fix it by removing the pull_request action

on:
  push:
    branches: [master]

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