Skip to content

Commit

Permalink
push only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemerle authored Jun 4, 2024
1 parent e50da1a commit 51f1d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: CI

on: [ push , pull_request ]
on: [ push ]

permissions:
contents: write

jobs:
make_xml:
runs-on: ubuntu-latest

steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 51f1d6a

Please sign in to comment.