Skip to content

Commit

Permalink
Update example workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 7, 2024
1 parent 3dbde40 commit 5e0471a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ on:
push:
paths:
- '**.src'
- '**.SRC'
- '**.d'
- '**.D'

# These permissions are necessary for creating the check runs
permissions:
Expand Down Expand Up @@ -109,7 +111,9 @@ on:
push:
paths:
- '**.src'
- '**.SRC'
- '**.d'
- '**.D'
check_run:
types: completed
Expand Down

0 comments on commit 5e0471a

Please sign in to comment.