Skip to content

Commit

Permalink
ci: run a single time on PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 27, 2024
1 parent 0943bb3 commit 974c793
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: build
on: [ push, pull_request, workflow_dispatch ]
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 974c793

Please sign in to comment.