Skip to content

Commit c25a2fd

Browse files
veprblplexoos
authored andcommitted
ci: run build action on all pushes and pull requests to any branch
It doesn't make sense to treat non-main branch PR's specially. It's also desirable to run actions on direct-pushed tags and we also want users to be able to run CI in their forks before creating the PR.
1 parent 15f25b5 commit c25a2fd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci-build.yml

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

3-
on:
4-
pull_request:
5-
branches: main
3+
on: [push, pull_request]
64

75
jobs:
86
ROOT5:

0 commit comments

Comments
 (0)