Skip to content

Commit 5dfc8ed

Browse files
committed
run actions on all pushes
1 parent cb9b8f1 commit 5dfc8ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/bors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- auto-libc
77
- try
8+
- time_bits=64
89

910
permissions: {}
1011
jobs:

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66
push:
7-
branches:
8-
- master
97

108
permissions:
119
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)