Skip to content

Bug report on Actions not triggered #27187

Answered by crazy-matt
crazy-matt asked this question in Actions
Discussion options

You must be logged in to vote

My mistake.
This works better :slight_smile:

on:
  pull_request:
    branches: [ main ]
    paths:
      - "docker/**"
  push:
    branches: [ main ]
    paths:
      - "docker/**"

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