Skip to content

Commit

Permalink
Fix .github regex to skip drone runs on gh action bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wayne <[email protected]>
  • Loading branch information
cwayne18 committed Sep 25, 2023
1 parent c88fc0a commit ae56940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .droneignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
^.*\.md$
^install\.sh$
^\.droneignore$
^\.github/*$
^\.github\/.*$
^MAINTAINERS$
^CODEOWNERS$
^LICENSE$
Expand Down

0 comments on commit ae56940

Please sign in to comment.