diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1d97c1e..3488658 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -3,21 +3,17 @@ name: Build Integration Tests AppImage concurrency: group: ${{ github.workflow }}-${{ github.ref }} -# on: -# workflow_dispatch: -# push: -# branches: [ 'main' ] -# paths: -# - 'integration/**' +on: + workflow_dispatch: + push: + branches: [ 'main' ] + paths: + - 'integration/**' permissions: id-token: write contents: read -on: - pull_request: - types: [opened, synchronize, reopened, labeled] - jobs: appimage: name: Integration Tests for RealSense