Skip to content

Commit 8918ab3

Browse files
authored
Update main.yml
1 parent 7bc0be7 commit 8918ab3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Open State CI/CD
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
tags:
8+
- '*'
49

510
jobs:
611

0 commit comments

Comments
 (0)