Skip to content

Commit 8ec8e25

Browse files
authored
Run action for every PR/Push
1 parent a5586fc commit 8ec8e25

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/bob.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Build with bob
22

3-
on:
4-
push:
5-
pull_request_target:
6-
schedule:
7-
# nightly at 05:00 on the 1st and 15th
8-
- cron: 0 5 1,15 * *
3+
on: [push, pull_request]
94

105
env:
116
VERSION_FILENAME: 'info.json'

0 commit comments

Comments
 (0)