diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e00812c..43b4467 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,15 @@ -name: REUSE Compliance Check +name: Test CI -on: [push, pull_request] +on: + push: + branches: + - main + - master jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v1 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f - with: - args: spdx - - name: REUSE Compliance Check - uses: fsfe/reuse-action@4bc702cd84dcb20ebf0a475c30efc4d96ac9207f - with: - args: --include-submodules lint + - name: Checkout + uses: actions/checkout@v4 + - run: python --version