Skip to content

Commit 0e3b27c

Browse files
committed
Update events that trigger the Actions workflow
1 parent 225e301 commit 0e3b27c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/run-checks.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Run checks
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- "[0-9]+.[0-9]+.[0-9]+"
9+
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
10+
11+
pull_request:
12+
branches:
13+
- main
414

515
jobs:
616
tox:

0 commit comments

Comments
 (0)