Skip to content

Commit

Permalink
Don't rebuild on push and pull requests from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Jul 23, 2023
1 parent 8d9b1a1 commit 2203929
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
on: [push, pull_request]
on:
- push:
branches:
- main
tags:
- v*
- pull_request:
branches-ignore:
- main
name: CI
jobs:
build:
Expand Down

0 comments on commit 2203929

Please sign in to comment.