Skip to content

Commit

Permalink
restrict GitHub Actions to only run on main branch
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
ArkaneMoose committed Mar 23, 2023
1 parent af52fec commit 4d3414d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build conda package
on:
push:
branches:
- main
paths-ignore:
- README.md
- LICENSE
Expand Down

0 comments on commit 4d3414d

Please sign in to comment.