Skip to content

Commit

Permalink
tests seem to work, changing the workflow only for pushes on main
Browse files Browse the repository at this point in the history
  • Loading branch information
AYadrov committed Jan 18, 2025
1 parent 87470c2 commit 36947c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Distribute

on: [push]
on:
push:
branches:
- main

jobs:
distribute:
Expand Down

0 comments on commit 36947c9

Please sign in to comment.