Skip to content
Snippets Groups Projects
Commit ca1a3802 authored by James Briggs's avatar James Briggs
Browse files

fix: conditions

parent 21ca1024
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
diff:
name: "Diff"
uses: ./.github/workflows/diff.yaml
uses: ./.github/workflows/diff.yml
with:
config: diff-config.yaml
......
......@@ -6,14 +6,14 @@ permissions:
on:
pull_request:
types: [ opened, synchronize, ready_for_review ]
branches: [ 'main' ]
branches: [ main ]
types: [ opened, edited, synchronize ]
jobs:
diff:
name: "Diff"
uses: ./.github/workflows/diff.yaml
uses: ./.github/workflows/diff.yml
with:
config: diff-config.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment