Skip to content

Commit

Permalink
Remove test branch from main.yml
Browse files Browse the repository at this point in the history
Removed "action" branch from main.yml for testing GitHub Actions
  • Loading branch information
dgtlrift authored and agoode committed Sep 7, 2023
1 parent a054fc1 commit ec29f03
Showing 1 changed file with 2 additions and 2 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: C/C++ CI

on:
push:
branches: [ "master", "actions" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "actions" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit ec29f03

Please sign in to comment.