Skip to content

Commit

Permalink
updating gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <[email protected]>
  • Loading branch information
asteurer committed Jul 15, 2024
1 parent ce43535 commit 9f1ff64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ on:
- main
tags:
- "v*"
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- 'spin.toml'
- 'azure/**'
- '.github/workflows/**'
pull_request:
branches:
- main

jobs:
build-on-pull-request:
test-on-pull-request:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9f1ff64

Please sign in to comment.