Skip to content

Commit

Permalink
chore(actions): temporarily swap actions on to enable more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GervinFung committed Apr 11, 2024
1 parent 8f979da commit 0ea16c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Periotable CI

on: [push, pull_request]
on:
push:
branches:
- release

jobs:
ci:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
branches:
- release
on: [push, pull_request]

jobs:
publish-desktop-app:
Expand Down

0 comments on commit 0ea16c2

Please sign in to comment.