mirror of
https://github.com/egorovna-developments/rule-set.git
synced 2026-05-17 10:42:29 +07:00
Allow pushes to any branch in build workflow
Removed branch restriction for push events.
This commit is contained in:
@@ -2,8 +2,6 @@ name: Development build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user