Skip to content

Commit 41a2254

Browse files
authored
Merge pull request riscv-collab#1229 from JanMatCodasip/jm-codasip/snapshot-action-in-main-branch-only
CI: Run the "snapshot" action only on the main branch
2 parents c3f1566 + 348aa00 commit 41a2254

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/snapshot.yml

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

33
# Copyright (C) 2020 by Tarek BOUCHKATI <tarek.bouchkati@gmail.com>
44

5-
on: push
5+
on:
6+
push:
7+
branches:
8+
- riscv
69

710
name: OpenOCD Snapshot
811

0 commit comments

Comments
 (0)