Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Fix branch names in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed May 23, 2021
1 parent 5d3ef52 commit 8281f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -2,9 +2,9 @@ name: GitHub Actions

on:
push:
branches: [ next, master, actions ]
branches: [ gaps-next, gaps, actions ]
pull_request:
branches: [ next ]
branches: [ gaps-next ]

jobs:
build:
Expand Down

0 comments on commit 8281f8b

Please sign in to comment.