Bump deps/github.com/pomerium/enterprise-client from f2946d2 to 82b4168
#7
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - "main" | |
| jobs: | |
| build: | |
| if: ${{ github.actor != 'dependabot[bot]' }} | |
| name: Build | |
| uses: ./.github/workflows/reusable-build.yaml | |
| with: | |
| ref: ${{ github.head_ref }} |