Skip to content

Commit 2cb852e

Browse files
authored
Merge pull request #96 from simplelocalize/do-not-fail-fast
install & execute on master
2 parents 6b42c94 + d0e2161 commit 2cb852e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/install-execute.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Install and execute
22

33
on:
4+
push:
5+
branches:
6+
- 'master'
47
release:
58
types: [published]
69
schedule:
7-
- cron: '12 * * * *'
10+
- cron: '24 * * * *'
811

912
jobs:
1013
test-unix:

0 commit comments

Comments
 (0)