Skip to content

Commit

Permalink
run actions on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Sep 7, 2023
1 parent 9c7fc3b commit 4d16795
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- auto-libc
- try
- time_bits=64

permissions: {}
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 4d16795

Please sign in to comment.