Skip to content

Commit

Permalink
avoid double-running ci for branches within the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored Aug 9, 2024
1 parent 71a1685 commit 028b7c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: Build

on: [push, pull_request]
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:

jobs:
build_sdist:
Expand Down

0 comments on commit 028b7c1

Please sign in to comment.