ci: Run github workflows on stable branches too

pull/8154/head
Nirbheek Chauhan 4 years ago committed by Nirbheek Chauhan
parent 540deb538b
commit 832bcac0a7
  1. 2
      .github/workflows/nonative.yml
  2. 2
      .github/workflows/os_comp.yml

@ -4,6 +4,8 @@ on:
push:
branches:
- master
# Stable branches such as 0.56 or the eventual 1.0
- '[0-9]+.[0-9]+'
pull_request:
jobs:

@ -4,6 +4,8 @@ on:
push:
branches:
- master
# Stable branches such as 0.56 or the eventual 1.0
- '[0-9]+.[0-9]+'
pull_request:
jobs:

Loading…
Cancel
Save