Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Branching #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/java-branching.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Java CI
on:
push:
paths:
- 'java/**'
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to branch
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./java
publish_branch: java-sqlcommenter
22 changes: 22 additions & 0 deletions .github/workflows/nodejs-branching.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Nodejs CI
on:
push:
paths:
- 'nodejs/**'
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to branch
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./nodejs
publish_branch: nodejs-sqlcommenter
22 changes: 22 additions & 0 deletions .github/workflows/python-branching.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Python CI
on:
push:
paths:
- 'python/**'
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to branch
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./python
publish_branch: python-sqlcommenter
22 changes: 22 additions & 0 deletions .github/workflows/ruby-branching.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Ruby CI
on:
push:
paths:
- 'ruby/**'
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Push to branch
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./ruby
publish_branch: ruby-sqlcommenter
1 change: 1 addition & 0 deletions marginalia
Submodule marginalia added at 0185a2
1 change: 1 addition & 0 deletions ruby/sqlcommenter-ruby/marginalia
Submodule marginalia added at 0185a2