Skip to content

Commit

Permalink
Run workflows on any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndrii committed Oct 5, 2022
1 parent e365df1 commit 7d78718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Integration test

on:
push:
branches: [ master, dev ]
branches: [ '*' ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
branches: [ '*' ]
paths-ignore:
- '**.md'

Expand Down

0 comments on commit 7d78718

Please sign in to comment.