mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
feat: add push workflow
This commit is contained in:
parent
5020daf3ec
commit
3ca43ff8c4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr.yaml
vendored
5
.github/workflows/pr.yaml
vendored
|
@ -1,14 +1,15 @@
|
||||||
name: PR
|
name: PR
|
||||||
runs-on: self-hosted
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
concurrency:
|
concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
group: ${{ github.actor }}
|
group: ${{ github.actor }}
|
||||||
jobs:
|
jobs:
|
||||||
|
runs-on: self-hosted
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue