Skip to content

Commit

Permalink
github: Update branch names for actions
Browse files Browse the repository at this point in the history
Trigger actions on push or PR for the 'main' branch.
  • Loading branch information
mjmartineau committed May 13, 2024
1 parent 9219434 commit 3038a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.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 ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ell-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ELL master

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multipath-tcp.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: multipath-tcp.org kernel

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 3038a68

Please sign in to comment.