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 7e31290
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
- pull_request
- push:
branches:
- main
tags:
- v*
name: CI
jobs:
build:
Expand Down

0 comments on commit 7e31290

Please sign in to comment.