Skip to content

Commit

Permalink
Run ci.yaml for all the branches, not just main
Browse files Browse the repository at this point in the history
This helps testing in forks as PR-based builds have no access to OIDC tokens

Signed-off-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  • Loading branch information
vlsi committed Sep 16, 2022
1 parent 88ed7b4 commit 8bf92a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ name: Test

on:
push:
branches: [ main ]
branches:
- '*'
pull_request:
branches: [ main ]
branches:
- main
workflow_call: # allow this workflow to be called by other workflows

concurrency:
Expand Down

0 comments on commit 8bf92a2

Please sign in to comment.