Skip to content

Commit

Permalink
CI: Run editor and package tests on push to 'updated-latest-electron'…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
DeeDeeG committed Oct 26, 2024
1 parent 99cd7bc commit 8b4b4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/editor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Editor tests
on:
pull_request:
push:
branches: ['master']
branches: ['master', 'updated-latest-electron']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ATOM_JASMINE_REPORTER: list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Package tests
on:
pull_request:
push:
branches: ['master']
branches: ['master, 'updated-latest-electron']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ATOM_JASMINE_REPORTER: list
Expand Down

0 comments on commit 8b4b4d1

Please sign in to comment.