Skip to content

Commit

Permalink
Update gh actions target branches (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
altafan committed Aug 25, 2023
1 parent 74fe58c commit ca28989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [v1]
pull_request:
branches: [master]
branches: [v1]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Github Pages
on:
push:
branches: [master]
branches: [v1]

jobs:
build:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/v2.yml

This file was deleted.

0 comments on commit ca28989

Please sign in to comment.