Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
ci(BUX-368): trigger test workflow on push to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dorzepowski committed Feb 1, 2024
1 parent d9a5269 commit 1a45c17
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ env:
GO111MODULE: on

on:
pull_request:
branches:
- "*"
push:
branches:
- "*"
branches-ignore:
- main
- master

jobs:
yamllint:
Expand Down

0 comments on commit 1a45c17

Please sign in to comment.