Skip to content

Commit

Permalink
Fix: Build pushes to master only
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 27, 2024
1 parent 379c8b1 commit bde552a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Integrate
on: [push, pull_request]
on:
pull_request: null
push:
branches:
- "master"

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bde552a

Please sign in to comment.