Skip to content

Commit

Permalink
Changed the CI trigger back to how it was for production
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ellis committed Jan 9, 2025
1 parent a63cf36 commit f83b05a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: main

on: push

#on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
check:
Expand Down

0 comments on commit f83b05a

Please sign in to comment.