Skip to content

Commit

Permalink
citest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Nov 23, 2023
1 parent ae9138d commit c7ef5eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Integration

on:
push:
branches: [master]
branches: [master, citest6000]
pull_request:
branches: [master]

Expand All @@ -13,6 +13,14 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: echo 1
run: echo ${{ github.event.pull_request.base.ref }}
- name: echo 2
run: echo ${{ github.event.push.base.ref }}
- name: echo 3
run: echo ${{ github.event.pull_request.base.ref }}
- name: echo 4
run: echo ${{ github.event.pull_request.base.ref }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit c7ef5eb

Please sign in to comment.