Skip to content

Commit

Permalink
BUG: Prevent duplicate pull request and push builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 1, 2024
1 parent a50c93d commit f7fa875
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Build, test, package

on:
push:
branches:
- main
pull_request:
branches:
- main

on: [push,pull_request]

jobs:
Expand Down

0 comments on commit f7fa875

Please sign in to comment.