Skip to content

Paths doesn't work for me #26007

Answered by kingthorin
fawazahmed0 asked this question in Actions
Discussion options

You must be logged in to vote

You’ve just got things in the wrong order:

on:
  push:
    branches: [ master ]
    paths:
    - 'qdata/*'
  pull_request:
    branches: [ master ]
    paths:
    - 'qdata/*'

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

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