Skip to content

Commit

Permalink
Update Test workflow to bring inline others
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed May 12, 2022
1 parent f1d8bb7 commit 5cd2923
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Build and Test
on:
push:
-branches:
- main
pull_request:
workflow_dispatch:
name: "Test"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 5cd2923

Please sign in to comment.