Skip to content

Commit

Permalink
Github workflow fix (attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-serrano committed Apr 11, 2024
1 parent b22ec29 commit b934346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hiphop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: HipHop.js CI

on:
push:
branches: [ "1.3.x" ]
branches: [ "1.3.x", "master" ]
pull_request:
branches: [ "1.3.x" ]
branches: [ "1.3.x", "master" ]

jobs:
build:
Expand Down

0 comments on commit b934346

Please sign in to comment.