Skip to content

Commit

Permalink
[1.x] do 1.x build actions when pushing to the v1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Oct 8, 2022
1 parent ec4ccae commit 119cd1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcc10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Linux gcc10 Build"
on:
push:
branches: [ master ]
branches: [ v1.x ]
pull_request:
# branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Linux Build"
on:
push:
branches: [ master ]
branches: [ v1.x ]
pull_request:
# branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "macOS Build"
on:
push:
branches: [ master ]
branches: [ v1.x ]
pull_request:
# branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Windows Build"
on:
push:
branches: [ master ]
branches: [ v1.x ]
pull_request:
# branches: [ master ]

Expand Down

0 comments on commit 119cd1a

Please sign in to comment.