Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 24, 2023
1 parent 9610c79 commit a550326
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
* @actions/setup-actions-team
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
* @eq19

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# *.js @octocat @github/js

# You can also use email addresses if you prefer.
# .github/* docs@example.com
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Build and deploy ₠Quantum site

# 💎 Runs on workflow_run.conclusion
on: # push
on:
workflow_run:
types: [completed] #requested
workflows: ["pages-build-deployment"]
Expand Down

0 comments on commit a550326

Please sign in to comment.