Skip to content

Instantly share code, notes, and snippets.

@timheuer
Created November 2, 2022 04:20
Show Gist options
  • Save timheuer/241aa26458e39d61dc5458eb644ca78e to your computer and use it in GitHub Desktop.
Save timheuer/241aa26458e39d61dc5458eb644ca78e to your computer and use it in GitHub Desktop.
what i want
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
workflow_dispatch:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
on: [push, pull_request, workflow_dispatch]
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment