mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-29 08:07:35 +00:00
fix: restrict workflow triggers to the master branch for linting and publishing
This commit is contained in:
@@ -2,9 +2,9 @@ name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user