Skip to content

Commit 0ad2b87

Browse files
committed
Better target on which event trigger the github actions
1 parent a36b30a commit 0ad2b87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22

3-
on: [push]
4-
# push:
5-
# branches: [main, master]
6-
# tags:
7-
# - v[0-9]+.[0-9]+.[0-9]+
8-
# pull_request:
9-
# branches: [main, master]
3+
on:
4+
push:
5+
branches: [main, master]
6+
tags:
7+
- v[0-9]+.[0-9]+.[0-9]+
8+
pull_request:
9+
branches: [main, master]
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)