👷 ignore README on workflow

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-04 13:22:33 +01:00
parent 264c481e02
commit fd678ee155
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -5,6 +5,8 @@ on:
# Using a different branch name? Replace `main` with your branchs name # Using a different branch name? Replace `main` with your branchs name
push: push:
branches: [ main ] branches: [ main ]
paths-ignore:
- 'README.md' # Ignore changes to README.md
# Allows you to run this workflow manually from the Actions tab on GitHub. # Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch: workflow_dispatch: