Skip to content

Commit

Permalink
Include workflow files in path trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 authored Jul 11, 2024
1 parent d39f69c commit 83117a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches: [ "main" ]
paths:
- android/**
- .github/workflows
- .github/workflows/*

pull_request:
branches: [ "main" ]
paths:
- android/**
- .github/workflows
- .github/workflows/*

release:
types: ["published"]
Expand Down

0 comments on commit 83117a0

Please sign in to comment.