Skip to content

Commit

Permalink
[GH-122] Renamed worflows, removes unneeded profile.cov from gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxoc3 committed May 23, 2021
1 parent 89a4655 commit 1878e68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
@@ -1,12 +1,10 @@
name: build

on:
push:
branches: ['**']
tags-ignore: ['**']

jobs:
run:
build:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
@@ -1,11 +1,9 @@
name: release

on:
release:
types: [published]

jobs:
run:
release:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -32,7 +32,6 @@ tags

# no executable files!!!
concards
.profile.cov

# not my flashcard test file too!
*.txt
Expand Down

0 comments on commit 1878e68

Please sign in to comment.