We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdab3b commit d6adaa9Copy full SHA for d6adaa9
.github/workflows/lint.yml
@@ -3,7 +3,7 @@ name: lint
3
on:
4
workflow_dispatch: # Manual trigger from GitHub UI
5
push:
6
- branches: [main]
+ branches: ['**']
7
paths:
8
- '**.swift'
9
- '.swiftlint.yml'
.github/workflows/swift.yml
@@ -3,7 +3,7 @@ name: build_test
- branches: [ main ]
pull_request:
branches: [ main ]
0 commit comments