Skip to content

Commit

Permalink
Update on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 28, 2025
1 parent 0fec691 commit c197cc9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/content-sources-actions.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: build-test

on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- "**.md"
push
# :
# branches:
# - main
# paths-ignore:
# - "**.md"
# pull_request:
# types:
# - opened
# - synchronize
# - reopened
# paths-ignore:
# - "**.md"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c197cc9

Please sign in to comment.