Skip to content

Commit

Permalink
Trigger CI on update to GH action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 18, 2024
1 parent 0aea718 commit 8023fc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- main
paths:
- '**.swift'
- '**.swift'
- '**.yml'
pull_request:
branches:
- main
paths:
- '**.swift'
- '**.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 8023fc5

Please sign in to comment.