Skip to content

Commit

Permalink
Run CI only on pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and wendigo committed Apr 30, 2024
1 parent fd368cb commit 0dc4102
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: ci

on:
- push
- pull_request
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down

0 comments on commit 0dc4102

Please sign in to comment.