Skip to content

Commit

Permalink
Merge pull request #60 from CastXML/ci-pr-push
Browse files Browse the repository at this point in the history
Avoid duplicate pull request, push builds
  • Loading branch information
thewtex authored Jul 5, 2024
2 parents eba93c4 + f0c4b1a commit 7fd14dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 7fd14dd

Please sign in to comment.