Skip to content

Commit

Permalink
test something1
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonlunn committed Jul 2, 2023
1 parent 818851c commit 35b460e
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/discord-messages.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
name: notify-discord

# on:
# push:
# branches: [discord_opentacos]
# pull_request:
# types: [opened, closed]
# branches: [discord_opentacos]
# release:
# types: [published]


on:
push:
branches: [discord_opentacos]
branches: [discord-opentacos]
pull_request:
types: [opened, closed]
branches: [discord_opentacos]
release:
types: [published]
# issues:
# types: [opened]

jobs:
notify:
Expand Down

0 comments on commit 35b460e

Please sign in to comment.