mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-21 14:36:04 +03:00
Update the actions
This commit is contained in:
parent
6c6c71930f
commit
dde6c3953f
14
.github/workflows/on-pull-request-to-master.yaml
vendored
Normal file
14
.github/workflows/on-pull-request-to-master.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
format:
|
||||
uses: ./.github/workflows/format.yaml
|
||||
secrets: inherit
|
||||
|
||||
check:
|
||||
uses: ./.github/workflows/check.yaml
|
||||
secrets: inherit
|
@ -1,8 +1,6 @@
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
|
||||
branches:
|
||||
- master
|
||||
- supermajor
|
||||
- major
|
||||
- minor
|
||||
@ -11,12 +9,10 @@ on:
|
||||
jobs:
|
||||
|
||||
format:
|
||||
if: ${{github.event.pull_request.changed_files > 0}}
|
||||
uses: ./.github/workflows/format.yaml
|
||||
secrets: inherit
|
||||
|
||||
check:
|
||||
if: ${{github.event.pull_request.changed_files > 0}}
|
||||
uses: ./.github/workflows/check.yaml
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user