Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 12, 2023
1 parent 3f27846 commit 80cdd6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/Cloudflare.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
name: Cloudflare

concurrency:
group: Cloudflare-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
repository_dispatch:

jobs:
Deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80cdd6f

Please sign in to comment.