Skip to content

Commit

Permalink
Update tw-file-create.yml
Browse files Browse the repository at this point in the history
removing TODO
  • Loading branch information
emckean committed Feb 22, 2024
1 parent 92977d3 commit deb0ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tw-file-create.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: create markdown file

on: #this makes it only so pushes to main trigger this (so when PRs are merged) (TODO remove test branch when merging back to main)
on:
push:
branches:
- main
- 'main'

jobs:
concatenate-files:
Expand All @@ -23,4 +23,4 @@ jobs:
- run: rm writers.md
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update interested-technical-writers
commit_message: Update interested-technical-writers

0 comments on commit deb0ff1

Please sign in to comment.