Skip to content

Commit

Permalink
on pull request and push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Jun 5, 2024
1 parent 24d88d4 commit b0a179d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Build and test

on:
push
pull_request:
push:
branches: [main]

jobs:
cancel-previous:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
build-and-test:
name: pytest
runs-on: ubuntu-latest

concurrency:
group: platformics-build-and-test-${{ github.ref }}
cancel-in-progress: true

steps:
- name: checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit b0a179d

Please sign in to comment.