Skip to content

Commit d4c6556

Browse files
committed
Update nightly action to not run against tags
1 parent 27fdebf commit d4c6556

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: nightly
55

6-
on: push
6+
on:
7+
push:
8+
branches:
9+
- "*"
710

811
env:
912
REPO_NAME: ${{ github.repository_owner }}/fraxtal-op-reth

0 commit comments

Comments
 (0)