We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a881c7 commit 54762d0Copy full SHA for 54762d0
.github/workflows/main.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- master
7
- beta/**
8
+ push:
9
+ branches:
10
+ - master
11
+ - beta/**
12
13
jobs:
14
test:
0 commit comments