Skip to content

Commit

Permalink
rename this workflow file (#23)
Browse files Browse the repository at this point in the history
* rename this workflow file

* also these
  • Loading branch information
jeffbdye authored Nov 4, 2020
1 parent fb72d1b commit eabe0d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR

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

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: master
name: main

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

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RunMap

[![Master build badge](https://github.com/jeffbdye/RunMap/workflows/master/badge.svg)](https://github.com/jeffbdye/RunMap/actions?query=workflow%3Amaster) - [definition](https://github.com/jeffbdye/RunMap/blob/master/.github/workflows/master.yml)
[![Main build badge](https://github.com/jeffbdye/RunMap/workflows/main/badge.svg)](https://github.com/jeffbdye/RunMap/actions?query=workflow%3Amaster) - [definition](https://github.com/jeffbdye/RunMap/blob/main/.github/workflows/main.yml)

See it in action at runmap (.) run.

Expand Down

0 comments on commit eabe0d0

Please sign in to comment.