diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5666c78..10d9e58 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] + paths: + - 'metadata.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: